Search:

Type: Posts; User: captain

Search: Search took 0.09 seconds.

  1. Re: previous tab's functions no longer working when new tab is created

    that was in there with my save code. I just forgot to take it out
  2. Re: previous tab's functions no longer working when new tab is created

    I could only see one possibility that was in the main method. I changed it to Example ex = new Example(); I honestly don't know what else it could be. It compiles in eclipse for me.
  3. Re: previous tab's functions no longer working when new tab is created

    I was able to cut it down to about 340 lines and it still compiles

    import javax.swing.DefaultListModel;
    import javax.swing.ImageIcon;
    import javax.swing.JButton;
    import javax.swing.JComboBox;...
  4. Re: previous tab's functions no longer working when new tab is created

    Wow i'm sorry. I cut some of the methodcreation class out. hope that helps. also the jbuttons have icons set for them, but that shouldn't stop it from compiling
  5. Re: previous tab's functions no longer working when new tab is created

    I'm sorry I just tried to cut it down as much as possible. i edited it. check again please
  6. Re: previous tab's functions no longer working when new tab is created

    Ok i cut it down as much as I could. still a lot to read through, sorry..

    Basically the program allows the user to create a java program with visuals then translate it into code and export it to a...
  7. previous tab's functions no longer working when new tab is created

    So I've created a program that allows you to create a tab when you click on a JButton. that button allows you to name the tab and then it is created. once the tab is created, it adds a new JPanel to...
Results 1 to 7 of 7