Skip to content

Commit

Permalink
csg based instrumentation seems to work! (related to issue #58)
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Aug 10, 2015
1 parent 813a8a7 commit c3515b4
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.input.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.paint.*?>
<?import javafx.scene.web.*?>


<VBox xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="eu.mihosoft.vrl.ui.codevisualization.MainWindowController">
<children>
Expand All @@ -17,7 +12,7 @@
<items>
<MenuItem mnemonicParsing="false" onAction="#onLoadAction" text="Open" />
<MenuItem mnemonicParsing="false" onAction="#onSaveAction" text="Save" />
<MenuItem mnemonicParsing="false" onAction="#onSaveAsAction" text="Save As" />
<MenuItem mnemonicParsing="false" onAction="#onSaveAsAction" text="Save As" /><MenuItem mnemonicParsing="false" onAction="#onRunCodeAction" text="Run" />
<MenuItem mnemonicParsing="false" onAction="#onCloseAction" text="Close" />
</items>
</Menu>
Expand Down

0 comments on commit c3515b4

Please sign in to comment.