2

I know this is not a programming issue, but I couldn't find any solution for two days. I have installed Windows builder and created my first hello world app, but something is wrong with the controls.

For example, this line

JOptionPane.showMessageDialog(null, "hello world");

gives me output.

enter image description here

What is wrong?

or type something jtextField

enter image description here

mKorbel
  • 109,525
  • 20
  • 134
  • 319
user3733078
  • 249
  • 2
  • 11
  • Seems unlikely to be a WindowBuilder problem. Look over the code it generates maybe? (There's nothing special about WindowBuilder-generated code - you should get the same result as if you'd typed all the code yourself) – user253751 Dec 12 '14 at 11:44

1 Answers1

0

This could be a problem of your graphics card rendering poor quality images. Like greg-449 suggested, look at stackoverflow.com/q/22737535/2670892

TameHog
  • 950
  • 11
  • 23