How to add panel to a Frame?

Answer Posted / sumanta

frame.getContentPane().add(sc,null);

Is This Answer Correct ?    16 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a working thread? : Java thread

548


What is double in java?

510


What are the two types of java?

515


When to use runnable interface vs thread class in java?

514


Define class?

514






Is zero a positive integer?

529


Can a class be protected in java?

497


What are the features of junit?

598


What is a variable and constant?

543


Which method cannot be overridden in java?

592


What is the difference between iterator and list iterator?

531


What is immutable in java?

537


Differentiate between vector and array list.

633


What are the basic interfaces of java collections framework?

599


What will be the output of round(3.7) and ceil(3.7)?

676