Search:

Type: Posts; User: startas

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Well, as i know from studies, pausing threads is unsafe anyway, you dont need to do that in EDT, and it should not be used. Is there anything really bad that can happed, if i just run threads the way...
  2. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Well, i have a simple GUI program with many buttons, variables and a few text fields. Lets take this little example :


    private Building b1 = new Building("Name", 15.0, 15.0, 0.1, "Description");...
  3. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Well, center is center, but there is no <right>, well, i will leave it that way for now, not a big deal. How to create event listeners ? I dont know what excatly i need, but i have many variables,...
  4. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Ok, i found a way to use multiple lines in tooltip using html tags. I use this method to update my tooltip text every time i press a button. Now, i want to align just a part of this text to the right...
  5. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Is it possible to replace ToolTip with some other multi-line text box, or at least to make ToolTip multi-line ?
  6. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Yeah, i know, gonna fix that mess later, now i'm trying to get all my program elements and logic together.
    BTW, i noticed, that freezes happens only with very low update time, like 10 ms, but with...
  7. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Well, for now it is just a big mess in netbeans with generated code, but it seems that "jTextField3.setHighlighter(null)" method works.
  8. Replies
    15
    Views
    1,885

    Re: GUI elements description text box

    Ok, that worked, thanks. Now i have another question : i have three jTextField elements in my GUI program : jTextField1, jTextField2, jTextField3. I have three threads, that updates very fast these...
  9. Replies
    15
    Views
    1,885

    GUI elements description text box

    So, its very simple thing, but just cant figure it out ... You know, there is buttons and other gui elements, and in many programs, when you move your mouse over any button or icon or other element,...
Results 1 to 9 of 9