Search:

Type: Posts; User: JoeB

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,133

    Re: programmimng problem or bug?

    Thanks, Now I know where invokeLater comes from in my IDE in my IDE programs.
    This gives me something new to learn.

    Joe
  2. Replies
    6
    Views
    1,133

    Re: programmimng problem or bug?

    Thanks, it works.
    I viewed some my programs done with the IDE.
    It all makes sense.
    I'm not a student of Java, it's just a hobby. It first 10 tutorials are my reference.

    JoeB
  3. Replies
    6
    Views
    1,133

    Re: programmimng problem or bug?

    The entire code is posted.
    the menus are below setJMenubar

    The code I posted is completely runnable.

    I don't understand Swing applications should be run on the EDT.
  4. Replies
    6
    Views
    1,133

    programmimng problem or bug?

    NetBeans 8.0.1
    This is the 3rd time I've rebuilt this program.
    My problem seems to be when I add the Menu's.
    When I use RUN, the menu's sometimes show up or sometimes NOT.
    When I use DEBUG it...
  5. Replies
    2
    Views
    1,286

    Re: ActionListener help

    I thought it was outside of any methods, It's below the button.
    Thanks.
    I have something to work with now.

    --- Update ---

    I got it, I put it right after the closing } of the constructor...
  6. Replies
    2
    Views
    1,286

    Re: ActionListener help

    Above is what I'm trying do

    I have this and it works


    switchHLbut.addActionListener(new ActionListener()
    {
    public void actionPerformed(ActionEvent e)
    {
    if(setBg == true){
  7. Thread: JoeB new member

    by JoeB
    Replies
    2
    Views
    938

    JoeB new member

    Hi, I've been through 10 chapters of tutorials.
    From OOP to Concurrency - Threads.
    I was using Netbeans-IDE, and I'm back to do it without Netbeans.
    Good luck to me.
Results 1 to 7 of 7