Answer Posted / thirumal.r
JFrame f=new JFrame();
JPanel p=new JPanel();
f.add(p,BorderLayout.CENTER);
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is the use of object and class classes?
Have you ever used hashtable and dictionary?
what is anonymous class in java?
What is a data structure java?
Where and how can you use a private constructor?
How to check if linked list contains loop in java?
Which package is imported by default?
What is independent and dependent variables in research?
What is break and continue statement?
What is append function?
What value is a variable of the string type automatically initialized?
What is the difference between compare and compareto in java?
How do you define a set in java?
What do you mean by order of precedence and associativity?
What is purpose of applet programming?