Design « Dialog « Java Swing Q&A





1. Implementation of a user managment dialog in Java    stackoverflow.com

I need a window for my application that allows the user to:

  • see currently existing users
  • create new users
  • change permissions
  • delete users
  • view users details
While trying to find a perfect way to create a good ...

2. JDialog + Design questions    coderanch.com