File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Where can I get this add method in API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Where can I get this add method in API" Watch "Where can I get this add method in API" New topic
Author

Where can I get this add method in API

Santosh Jaiswal
Greenhorn

Joined: Oct 04, 2000
Posts: 26

setLayout(new BorderLayout());
p = new Panel();
p.add(new Button("OK"));
p.add(new Button("CANCEL"));
add("south",p);
Which class can I get the syntax for above add("south",p); method. I am not finding it in java.awt.Component class
 
IntelliJ Java IDE
 
subject: Where can I get this add method in API
 
Threads others viewed
for jqplus team
Layout Managers
Marcus #16
layout
Q#16 Marcus Green Layout Managers
MyEclipse, The Clear Choice