Skip to content

Commit e9aa9ab

Browse files
committed
Changed color patterns
1 parent 3f42671 commit e9aa9ab

File tree

6 files changed

+318
-156
lines changed

6 files changed

+318
-156
lines changed

nbproject/private/private.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
55
<group>
66
<file>file:/F:/Java%20Workspace/FXSimulator/src/fxsimulator/CanvasController.java</file>
7-
<file>file:/F:/Java%20Workspace/FXSimulator/src/fxsimulator/Styling.css</file>
87
<file>file:/F:/Java%20Workspace/FXSimulator/src/fxsimulator/Node.java</file>
98
<file>file:/F:/Java%20Workspace/FXSimulator/src/fxsimulator/Edge.java</file>
109
<file>file:/F:/Java%20Workspace/FXSimulator/src/fxsimulator/Panel1Controller.java</file>

src/fxsimulator/Canvas.fxml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
</Pane>
3434
</children>
3535
</Group>
36+
<HiddenSidesPane fx:id="hiddenPane" layoutX="200.0" layoutY="-3.0" prefHeight="628.0" prefWidth="701.0" style="-fx-background-color: #E0E0E0;" AnchorPane.bottomAnchor="-5.0" AnchorPane.leftAnchor="200.0" AnchorPane.rightAnchor="-1.0" AnchorPane.topAnchor="-3.0">
37+
<cursor>
38+
<Cursor fx:constant="CROSSHAIR" />
39+
</cursor>
40+
</HiddenSidesPane>
41+
<ImageView fx:id="openHidden" fitHeight="44.0" fitWidth="44.0" layoutX="856.0" layoutY="289.0" mouseTransparent="true" pickOnBounds="true" preserveRatio="true" AnchorPane.bottomAnchor="287.0" AnchorPane.rightAnchor="-8.0" AnchorPane.topAnchor="289.0">
42+
<image>
43+
<Image url="@../res/openHidden.png" />
44+
</image>
45+
</ImageView>
3646
<AnchorPane prefHeight="580.0" prefWidth="200.0" style="-fx-background-color: #3b5998;" AnchorPane.bottomAnchor="0.0" AnchorPane.topAnchor="0.0">
3747
<children>
3848
<JFXButton fx:id="canvasBackButton" contentDisplay="GRAPHIC_ONLY" prefHeight="30.0" prefWidth="34.0">
@@ -92,7 +102,7 @@
92102
<Insets bottom="10.0" />
93103
</GridPane.margin>
94104
</Label>
95-
<JFXToggleButton fx:id="bfsButton" alignment="BASELINE_CENTER" onAction="#BFSHandle" prefHeight="59.0" prefWidth="132.0" size="9.0" text="BFS" toggleColor="#ff5722" toggleLineColor="#ffab91" unToggleColor="#546e7a" unToggleLineColor="#90a4ae" GridPane.rowIndex="1">
105+
<JFXToggleButton id="spec" fx:id="bfsButton" alignment="BASELINE_CENTER" onAction="#BFSHandle" prefHeight="59.0" prefWidth="132.0" size="9.0" text="BFS" toggleColor="#ff5722" toggleLineColor="#ffab91" unToggleColor="#546e7a" unToggleLineColor="#90a4ae" GridPane.rowIndex="1">
96106
<font>
97107
<Font name="Roboto Light" size="20.0" />
98108
</font>
@@ -200,15 +210,5 @@
200210
</JFXNodesList>
201211
</children>
202212
</AnchorPane>
203-
<HiddenSidesPane fx:id="hiddenPane" layoutX="200.0" layoutY="-3.0" prefHeight="628.0" prefWidth="701.0" style="-fx-background-color: #E0E0E0;" AnchorPane.bottomAnchor="-5.0" AnchorPane.leftAnchor="200.0" AnchorPane.rightAnchor="-1.0" AnchorPane.topAnchor="-3.0">
204-
<cursor>
205-
<Cursor fx:constant="CROSSHAIR" />
206-
</cursor>
207-
</HiddenSidesPane>
208-
<ImageView fx:id="openHidden" fitHeight="44.0" fitWidth="44.0" layoutX="856.0" layoutY="289.0" mouseTransparent="true" pickOnBounds="true" preserveRatio="true" AnchorPane.bottomAnchor="287.0" AnchorPane.rightAnchor="-8.0" AnchorPane.topAnchor="289.0">
209-
<image>
210-
<Image url="@../res/openHidden.png" />
211-
</image>
212-
</ImageView>
213213
</children>
214214
</AnchorPane>

0 commit comments

Comments
 (0)