1. How can I make JOptionPane dialogs show up as a task on the taskbar? stackoverflow.comEdit:The question follows the horizontal rule; my own answer precedes it.Based on help from Oscar Reyes, I crafted this solution:
|
2. Spawning a JOptionPane in a full screen application shows the taskbar stackoverflow.comI have a full screen (100%, even covers taskbars) application which sometimes asks for a password using a JOptionPane with a PasswordBox. My problem is that when the popup appears, you ... |