• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Desktop Application Problem

 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I am building a Java desktop application using Netbeans.

In my application, I dragged and dropped several buttons onto the panel. Everything is ok.

But yesterday, I dragged a button onto the panel in design view and it is fine. But when I run the application in Netbeans, the button is very small and the button text is not displayed.

I have tried resizing the button in design view but the button text is still not displayed. I have tried to delete this button and drag and drop another button but it is still the same. I have also tried dragging and dropping other swing controls like labels but they are not displayed.

Can anyone help?

Thanks.
 
Alan Blass
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok. I found the solution.

I clicked on "Clean and Build" and now it is ok in Netbeans and when I run it in javaw.

Thanks for reading.

reply
    Bookmark Topic Watch Topic
  • New Topic