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.