corefx - added jfx progress bar under the menu, make use of the progress bar for start/stop
This commit is contained in:
parent
1b728770f1
commit
8864169683
3 changed files with 32 additions and 23 deletions
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import com.jfoenix.controls.JFXProgressBar?>
|
||||
<?import javafx.embed.swing.SwingNode?>
|
||||
<?import javafx.scene.control.Menu?>
|
||||
<?import javafx.scene.control.MenuBar?>
|
||||
|
@ -57,6 +58,7 @@
|
|||
</Menu>
|
||||
</menus>
|
||||
</MenuBar>
|
||||
<JFXProgressBar fx:id="progressBar" maxWidth="1.7976931348623157E308" visible="false" />
|
||||
</children>
|
||||
</VBox>
|
||||
</top>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue