Search:

Type: Posts; User: edman3d

Search: Search took 0.21 seconds.

  1. [SOLVED] Re: nullpointer exception trying to write to file

    Here is my TablePanel.java:


    package gui;

    import java.awt.BorderLayout;
    import java.util.List;

    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
  2. [SOLVED] Re: nullpointer exception trying to write to file

    ok I initialized my controller which fixed the nullpointer exception. my save method seems to work (creates a file on my desktop). but when I try and import and then refresh my table model, the code...
  3. [SOLVED] Re: nullpointer exception trying to write to file

    Here is the stacktrace:


    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at gui.MainFrame$6.actionPerformed(MainFrame.java:145)
    at...
  4. [SOLVED] nullpointer exception trying to write to file

    I've been closely following a tutorial series, and as far as I can tell my code is exactly the same, but not functioning. The app throws a nullpointer exception here on...
Results 1 to 4 of 4