0
votes
4answers
200 views
Iterate / recurse through Containers and Components to find objects of a given class?
I've written a MnemonicsBuilder class for JLabels and AbstractButtons. I would like to write a convenience method setMnemonics( JFrame f ) that will iterate through every child of the …
2
votes
How can I fix a Java-GUI-program (swing), that it works with awesome-wm?
Easiest workaround - get wmname from suckless and use it to set the name of the window manager to LG3D:
wmname LG3D
…
