Example¶
Here is an example of how to maximize and minimize javax.swing.JFrame instances:
Notice that the setExtendedState()
method is from the Java AWT/Swing API. The Java APIs of AUT objects retrieved by Squish can be accessed without formality.
Last edited on
Here is an example of how to maximize and minimize javax.swing.JFrame instances:
Notice that the setExtendedState()
method is from the Java AWT/Swing API. The Java APIs of AUT objects retrieved by Squish can be accessed without formality.