well i dont have toefl and gre scor all that stuff, and i
have 7 backlogs, tell me the chances of getting the visa.
No Answer is Posted For this Question
Be the First to Post Answer
what is infopakage error
wut is pre law
I want singal maintainer(iii& ii) solved question paper in every year in every board in rrb. If you collect these and sent these my mail-id i shall very grateful to you.
What is the IIS, and why we use it?
sentence- the teacher told that the students should have gone to the library instead of having wasted their time.
during the rebate processing i got error that THE SALES VOLUME FOR AGREEMENT <101> IS NOT CURRENT.SO HOW TO RESOLVE THIS ISSUES?
For pH-4 calculation it is subtracted from the previous pH7 buffer value is the same procedure to be followed for calculation of remaining buffers??
What is the major use of Servelet
pleasesend which type of the books to indian banks clerks& what is topics pleases mailme
write a program whose output will be- 1 12 123 1234 12345 in assembly language
how many profit center can we assig to material master
hai this is shanthi, is this code right? please check and correct the lines. import javax.swing.*; import java.awt.*; class Flow extends JFrame { JButton b1,b2,b3,b4; JPanel p; FlowLayout FL; Flow() { FL=new FlowLayout(FlowLayout.RIGHT,20,20); b1=new JButton("button1"); b2=new JButton("button2"); b3=new JButton("button3"); b4=new JButton("button4"); p=new Jpanel(); p.add(b1); p.add(b2); p.add(b3); p.add(b4); p.set Layout(FL); getContentPane().add(p); setSize(400,400); show(); } public static void main(String args[]) { new=Flow(); } } but i have an error in p.set Layout(FL); in this line. i tryed all the ways but it showing the in this line only. please check and correct it.