Search:

Type: Posts; User: teslaa

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Null pointer exception when attempting to load file from inside jar file

    The parser is part of Java which is javax.xml.parsers.DocumentBuilder. It can take an input stream directly looking at it but either way when ran that input stream is null.

    I tried a few paths and...
  2. [SOLVED] Null pointer exception when attempting to load file from inside jar file

    I have an XML file I want to parse and the parser I am using takes java.io.File. The XML file itself needs to be within the jar file and I have it in a folder called resources. The class I'm calling...
  3. Replies
    0
    Views
    1,098

    My jar is dependant on external an jar?

    I have a project in Netbeans which is dependant on an external jar (added reference to external jar within netbeans). This external jar is appearing in the manifest file and when I deploy my built...
  4. Replies
    3
    Views
    1,460

    JPanel Ontop for JButton

    I want to position a JPanel over a bunch of JButtons in such a way that the JButtons would not be able to be clicked on. Is there a way without having to manually disable each of the JButtons using...
  5. Thread: Pull Out JPanel

    by teslaa
    Replies
    7
    Views
    1,891

    Re: Pull Out JPanel

    I don't see how glasspane can be used to achieve this capability
  6. Thread: Pull Out JPanel

    by teslaa
    Replies
    7
    Views
    1,891

    Re: Pull Out JPanel

    Can you give me some sudo code for this please or an idea of how to use this glasspane approach
  7. Thread: Pull Out JPanel

    by teslaa
    Replies
    7
    Views
    1,891

    Pull Out JPanel

    I am trying to figure out how to have pop out Jpanel in a Jframe.

    Please see the image below as an example of what I mean, the white box is the jframe and the orange box is the panel and tab....
  8. Replies
    0
    Views
    1,047

    Java and Windows

    I have an application I am running as a service in windows 7. I am trying to lock the mouse and keyboard and am struggling. If I run my program as an application I can simply use the JNI or call the...
  9. Replies
    3
    Views
    1,312

    Re: Simple but fustrating issue with swing

    http://www.beatricehaines.com/screen.jpg

    Here is an image. The left popupmenu appears when you right click and then when you move the mouse over the add button the scrollpane appears in place but...
  10. Replies
    3
    Views
    1,312

    Simple but fustrating issue with swing

    Im struggling to add a scrollable submenu in a pop up. I use a jPopupMenu to create the initial menu when you right click and then when you navigate to one of the options it displays a scrollpane...
Results 1 to 10 of 10