GUI Basics

 

Main Window

This is the main window for JailBreak. If you've used a Windows program before this should be pretty simple. There's a menu and toolbar at the top, statusbar on the bottom, and stuff in the middle. It's probably the middle two panes that are most interesting. 

On the left is the object browser. It displays a hierarchical representation of the current object. In this picture a neural network is currently open. Each layer can then be expanded to view the individual neurons.

On the right is the object viewer. It views the details of whatever is selected in the object browser. In this picture a neuron is selected and it's properties, input, and output are shown.

 

File Menu

  • New: Create a new AI object from a list of supported objects

  • Open: Open and AI object saved to disk

  • Save: Save the object currently being viewed

  • Save As: Save the object currently being viewed to a new file

  • Exit: Umm, exit

 

Run Menu

  • Run: Run the current object with it's current input

  • Run File: Run the current object with an input file

  • Train: Run the current object with it's current input

  • Train File: Train the current object with an input file


View Menu

  • Browser: Show/hide the object browser

  • Selected Node: Show/hide the object viewer

  • Debug Messages: Show/hide debug message console

  • Toolbar: Show/hide toolbar

  • Menu: Show/hide menu.. of course if you hide the menu there's currently no way to get it back without closing and restarting

  • Status: Show/hide statusbar

  • Window Style: changes the style from OS default, Metal, and Swing

  • Theme: changes the icons








< Running

Welcome >