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

Search:

Type: Posts; User: ratbum

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    9,283

    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
    6
    Views
    1,686

    Re: Stoichiometry Program

    If you ever get this working I'd love to have a look at it, I've been wondering about this for a while.

    Sorry I can't be of any assistance, I'm a total noob.
  3. Replies
    9
    Views
    9,283

    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...
  4. Replies
    9
    Views
    9,283

    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...
  5. Replies
    9
    Views
    9,283

    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...
  6. Replies
    9
    Views
    9,283

    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 6 of 6





Click Here to Expand Forum to Full Width

Featured