handle « Component « Java Swing Q&A





1. Handling overflowing components in swing    stackoverflow.com

In my app I have some longish labels, on a chinese os the labels overflow and push out other components also. This has only been observed on a chinese os. ...

2. Swing - how to handle multiple cross-dependent components?    stackoverflow.com

This is a more general question: I have a quite complicated files table in swing (the data model is not trivial) , and when when the user clicks on an entry ...