Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
If ur class extends JInternalFrame, u can directly add a component using this.getContentPane().add(Component aaa) method. If ur class extends JFrame, use JDesktopPane and add components thru JDesktopPane(). Replies: |
Sponsored Links
|