Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: JFrame properties for an Applet to be embedded in website?

    Add the components (JButton, etc...) to a JPanel, then add this JPanel to a JApplet. Like I mentioned, there are many code examples online, and if you want specific help with your code you are better...
  2. Re: JFrame properties for an Applet to be embedded in website?

    Give it a try and see ;) There are lots of code examples in the following link:
    How to Make Applets (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
  3. Re: JFrame properties for an Applet to be embedded in website?

    It appears you wish to add Swing components...see the following tutorial page: Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
Results 1 to 3 of 3