Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    2,625

    Re: Converting application to applet in eclipse

    I was suggesting that all the GUI code go into a new class that the JFrame and JApplet code would add to themselves:

    public class OneClass extends JFrame{
    OneClass() {
    add(new...
  2. Replies
    3
    Views
    2,625

    Re: Converting application to applet in eclipse

    An easy way is to rewrite the JFrame app to have a move all the the GUI stuff to a new JPanel that can either be added to the JFrame or to the JApplet.
    Those two classes would only be containers for...
Results 1 to 2 of 2