facebook

[Closed] Matisse as/in Applet

  1. MyEclipse Archived
  2.  > 
  3. Matisse/Swing UI Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #270690 Reply

    Mark Sanders
    Member

    MyEclipse 5.1.1
    Windows XP
    Tomcat 5

    Still learning Java.
    I can create an Applet an run it separately and in a web page through and html page.
    I can create a Matisse form and run it as an Application.

    How do I take a Matisse form I’ve created and ‘add/use it’ to/in an Applet or ‘convert it’ to an Applet so I can use it in a web page?

    thanks,

    #270781 Reply

    Riyad Kalla
    Member

    littleccguy,
    JApplet is the top level container for any Applet, just like JFrame/JWindow/JDialog is for any client-side application. So if you want to create a form using Matisse to use in an applet, be sure to create a JPanel, that way you can drop it into your JApplet and display it.

    #270784 Reply

    Mark Sanders
    Member

    Thank you. I will give it a try.

    #270820 Reply

    Mark Sanders
    Member

    Thanks Riyad. I got that part to work.

    #270824 Reply

    Riyad Kalla
    Member

    Good deal, glad it worked.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: [Closed] Matisse as/in Applet

You must be logged in to post in the forum log in