This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
Hi everyone..i'm about to submit my assignment but had a problem in beta-testing..most of my testers did not know that you could book a flight by double clicking on that particular row in the search table...what is the best way to inform the user of this functionality when the app is starting...i thought of using a dialog box..but it's a pain to close a dialog every time the app starts..any ideas?? Regards, Pallav.
Well you could always have a status line at the bottom, that when a user passes the cursor/mouse over the JTable the status bar reads, "Double Click Flight row to book seats" Or if you want the easy way out, just remove the double-click functionality. Oh an you should put this feature in your User documentation. Mark [ May 29, 2002: Message edited by: Mark Spritzler ]
First my flights could only be booked by pressing a button. Of course my husband then tested by trying to double-click. So I ended up implementing both methods.