Tagged Questions
The gui-guidelines tag has no wiki summary.
5
votes
3answers
627 views
Best Practice Guide: Swing
Does anybody know Swing related GUI guidelines - specifically on how to design Swing apps and which components I should use? I'm not looking for an official standard, but pragmatic tips I can use to ...
0
votes
3answers
125 views
GUI controls appearing and disappearing based on user inputs
I think it's considered a bad practice to have controls appearing and disappearing and the size of the window changing in a single GUI screen dynamically based on a user's input. However, I can't ...