Search:

Type: Posts; User: kurt-hardy

Search: Search took 0.10 seconds.

  1. Re: Switching between frames from a seperate class

    The problems with this is that im passing a service to the constructor so when i create an instance of the frame from the menubar class i cant access the current service.
    Can i create a global...
  2. Re: Switching between frames from a seperate class

    i either get a nullpointer exception if i dont create a new instance of the frame or it creates more than one instance of the same frame. if it does this when i close one frame down it closes the...
  3. Switching between frames from a seperate class

    I have a generic class which creates a menubar



    public class CreateMenuBar {

    JMenuBar MenuBar;
    JMenu FileMenu;
    JMenuItem AddAction;
    ActionListener MyListener;
Results 1 to 3 of 3