Loading...
Searching...
No Matches
com.gams.examples.interrupt.InterruptGUI Class Reference

This small example demonstrates how to run a GAMS model in a graphical user interface. More...

Inherits JFrame, and ActionListener.

Detailed Description

This small example demonstrates how to run a GAMS model in a graphical user interface.

This has all rudimentary features we know from the GAMS IDE: starting a job, capture the GAMS log in a window, and providing a button to interrupt. The underlying mechanism to interrupt the job is similar to the Interrupt Example, but the trigger mechanism is very different.

Definition at line 35 of file InterruptGUI.java.