| Other Scripts Errors Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| 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. |
| 1 |
| place where dandi march ended ???
|
| 1 |
| U have 8 balls, all have the same in size, 7 have same
weight & 8th have weight slightly more.How can u find the
ball which have slightly more weight by using a balance &
only 2 weightings ? |
ANZ | 1 |
| my 1st friend gave me 1000 and 2nd gave me 500 i have loos
1000 rupees then i purchase some thing with the cost of 300
and gave 100 100 both friends 1st friend remaining 900 and
2nd remaining 400 900+400+300=1600 why |
| 3 |
| what is employee MAPPING in recruitment...? |
HCL | 1 |
| who was first "woman" cheaf-minister in india and which
state ? |
Hindustan-Unilever-Limited | 4 |
| What is Virus? plz give me full description |
| 8 |
| Flow of fluid takes place due to its? |
| 1 |
| Do you know how to use highlighters?
|
| 1 |
| How to Recognize List Boxes in WinRunner 7.5 while Recording... |
ADP | 1 |
| how many profit center can we assig to material master
|
| 1 |
| I have a problem with my notebook (Vista), when I turn on
the pc this error comes up:
Error loading C:\Windows\system32\byXnNDvt.dll
Help me to solve this problem please!! |
| 1 |
| |
| For more Scripts Errors Interview Questions Click Here |