Search:

Type: Posts; User: Artem.N

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,656

    Re: Problem with setBackground color

    Thanks for the hint. I tried what you have written and looked at the tutorial. Unfortunately result is negative: I've got now (white) fulll screen without any text message. Would you please have a...
  2. Replies
    8
    Views
    1,656

    Re: Problem with setBackground color

    Expected as you have got red screen with message.
  3. Replies
    8
    Views
    1,656

    Re: Problem with setBackground color

    Hello Andreas90! I have got black full screen with "Test message" only. That means, problem either with SW or HW. Do you use NetBeans or something else?
  4. Replies
    8
    Views
    1,656

    Problem with setBackground color

    Practiced with Video training for Game Development (up to 5th course). I typed the code which has to create fullscreen window , set background and foreground color, and finally output message. The...
  5. Replies
    5
    Views
    3,582

    [SOLVED] Re: Problem with placing text with JPanels

    Sorry, I have forgotten to describe the problem.
    In fact the problem is exactly as it was posted within next reply. I can not place same text (JTextArea) four times within four different frames. The...
  6. Replies
    5
    Views
    3,582

    [SOLVED] Re: Problem with placing text with JPanels

    Thanks for the hint. I've created separate JTextArea for each frame. So it works!


    JTextArea ta1 = new JTextArea(msg);
    JTextArea ta2 = new JTextArea(msg+"2");
    JTextArea...
  7. Replies
    5
    Views
    3,582

    [SOLVED] Problem with placing text with JPanels

    Hi! I want to place text-message within 4 JFrames. Running code shows only one message screen-shot is attached.
    Would you please suggest the way how to solve this.


    package test4_windows;
    ...
  8. Replies
    1
    Views
    842

    Hi from Ukraine!

    Hi, I just started to practice in Java coding. Hope that forum discussions will be helpful for all members.
Results 1 to 8 of 8