View Single Post
  #2 (permalink)  
Old 08-07-2007, 06:21 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
You can find out about password fields here: How to Use Password Fields. You can add an ActionListener to the JTabbedPane and, if the user selected the tab you want to protect, launch the password dialog(for this you could use a JOptionPane) and decide about opening the tab depending on user response.
Reply With Quote