Package networktablesviewer
Class AppContainer
java.lang.Object
networktablesviewer.AppContainer
App container for holding the underlying structure of the application
-
Constructor Summary
ConstructorsConstructorDescriptionAppContainer(Settings settings) Creates a JFrame and the underlying structure for the application -
Method Summary
Modifier and TypeMethodDescriptionvoidPacks and displays the JFramevoiddispose()Disposes the JFrame (and its children) and terminates teh JVMvoidUpdates local Topics This function should be called periodically Calling this function too often will lead to severe application slowdown This function will wait on and acquire the semaphore
-
Constructor Details
-
AppContainer
Creates a JFrame and the underlying structure for the application- Parameters:
settings- Settings for the application
-
-
Method Details
-
displayWindow
public void displayWindow()Packs and displays the JFrame -
loopCycle
public void loopCycle()Updates local Topics This function should be called periodically Calling this function too often will lead to severe application slowdown This function will wait on and acquire the semaphore -
dispose
public void dispose()Disposes the JFrame (and its children) and terminates teh JVM
-