jwm
jwm copied to clipboard
`maximized` option not working for Java applications
It seems that the maximized
option doesn't work for Java applications. For example, adding this:
<Group>
<Option>maximized</Option>
</Group>
makes all applications to start maximized, except for Java ones.
I reproduced with more than one Java applications. An easy way to reproduce is to use the following demo: https://www.cs.cmu.edu/afs/andrew/course/15/411/java/jdk1.5.0_05/demo/jfc/SwingSet2/SwingSet2.jar
It can be started with: java -jar SwingSet2.jar
Note that I tried with another window manager (openbox
) and starting Java apps maximized works.