Tagged Questions
0
votes
1answer
68 views
Tags unexpectedly switch on Libreoffice interaction when using “wmname LG3D”
When using wmname LG3D (to fix a Java app display in awesome), hitting "File" in Libreoffice results in unexpected behavior: opposite display switches tags to match that of Libreoffice
(e.g., ...
0
votes
1answer
398 views
When resizing the appletviewer window the canvas size does not change
For my CS11 class, I have to write a small applet that draws a horizontal and vertical line on the screen that intersect in the middle of the canvas. One part of the assignment is to be able to move ...
-1
votes
1answer
455 views
JFrame's position and pack() in Awesome WM [closed]
every time when I call pack() method on JFrame, it moves to the initial position where was when started. When I try to get the location of the JFrame (getLocation, getLocationOnScreen) it's still the ...
5
votes
3answers
5k views
How can I fix a Java-GUI-program (swing), that it works with awesome-wm?
The swing-UI of Java-programs doesn't work perfectly together with the awesome-wm. awesome is a window-manager for UNIX, that automatically resizes program-windows, and the Swing-UI doesn't recognize ...