Search:

Type: Posts; User: goodguy

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    2,265

    Re: Default system look and feel does not work

    I found what the problem was. Such a stupid blunder of mine :D
    I had to set up look and feel before creating a button:

    package differenttests;

    import java.awt.Point;
    import...
  2. Replies
    3
    Views
    2,265

    Re: Default system look and feel does not work

    I tried it. It looks like this:
    http://s57.radikal.ru/i157/1104/0b/baaf93e640e2.jpg

    With this code:

    package differenttests;

    import java.awt.Point;
    import javax.swing.JButton;
    import...
  3. Replies
    3
    Views
    2,265

    Default system look and feel does not work

    Hi,
    I'm trying to create a simple JFrame with a button on it, but I want this button to look like a native system one.
    Here's the code


    package tests;

    import java.awt.Button;
    import...
Results 1 to 3 of 3