Search:

Type: Posts; User: Wim1981

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,444

    [SOLVED] Re: Problem with swing GUI components in JPanel

    yes it is surely solved, thanks to your answer ;)

    Thank you.

    --- Update ---

    PS: thanks for the extra information too.
  2. Replies
    6
    Views
    1,444

    [SOLVED] Re: Problem with swing GUI components in JPanel

    Ok thanks for the answer.

    Yes i tried to do it in one layoutmanager , but then i cant seem to set the panel on the right position. and to use no layout and work with setBounds would be bad...
  3. Replies
    6
    Views
    1,444

    [SOLVED] Re: Problem with swing GUI components in JPanel

    Ok i am sorry that i didn't include the code.

    Here it is:


    package kim.contracts.view;

    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.Border;
  4. Replies
    6
    Views
    1,444

    [SOLVED] Problem with swing GUI components in JPanel

    Hi everyone,

    I am writing a program with a login screen. That's two labels and one textfield and a passwordField.
    Now, when i want to run the program, i am seeing the JFram, the Panel and one...
Results 1 to 4 of 4