I have build an application using the Netbeans Wizard Framework as outlined here and here. I have my application working properly, but the problem I have is that the application does not show in the windows taskbar. I am pretty sure the problem is that the Wizard Framework uses a JDialog instead of a JFrame, but I can't figure out if that can be changed.
If anyone has experience with this framework, please let me know if it can be made to appear in the taskbar.
Changing is quite easy.
extends javax.swing.JDialog
to extends javax.swing.JFrame
.You should be all set.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With