CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ratbum

Search: Search took 0.06 seconds.

  1. Replies
    9
    Views
    9,713

    Re: Moron Trying To Open A Window

    The setResizable(false) is something that I have added which doesn't seem to work.

    I have added setVisible(), however it complains in the call to it that it cannot be referenced from a static...
  2. Replies
    9
    Views
    9,713

    Re: Moron Trying To Open A Window

    OK, in that case I must conclude that my window is not set up properly. I should probably note that I got pretty much all the code to set this window up from the NetBeans main window.

    The code for...
  3. Replies
    9
    Views
    9,713

    Re: Moron Trying To Open A Window

    The program I am writing is intended to keep track of time spent on various tasks and projects and upload it to a MySQL database, as such, the project is called TimeKeeping.

    I have two main...
  4. Replies
    9
    Views
    9,713

    Re: Moron Trying To Open A Window

    Thank you.

    Unfortunately, unless I've been particularly stupid, my theory that getVisible() was the way to do it was wrong.

    I implemented it, first I had several issues with the symbol not...
  5. Replies
    9
    Views
    9,713

    Moron Trying To Open A Window

    I would like to open a window that I have designed in the Netbeans GUI editor (I forget the name of it).
    The window is called ProjectTaskWindow.java

    I have a feeling I should use the setVisible...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured