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 difference between the prefix and postfix forms of the ++ operator?
Which data type is class in java?
Can we have static methods in an interface?
What does this mean java?
how to create multithreaded program? : Java thread
What are the advantages of arraylist over arrays?
What is the difference between JDK and JVM?
What is the finalize method do?
What is a qms manual?
How to check if linked list contains loop in java?
What is a class reference?
Which package has light weight components?
Can a string be null?
Can we declare the main method of our class as private?
What is break and continue statement?