Skip to content
Snippets Groups Projects

implemented ScrollPane in Photoview

Merged Janine Leona Schleicher requested to merge ImageView into master
2 files
+ 22
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -29,7 +29,8 @@ public class MenuTab extends HBox {
public MenuTab(VBox root, Stage stage) {
filelog.addHandler((FxFrontend.handler));
HBox menubox = new HBox();
// HBox menubox = new HBox();
MenuBar menu = new MenuBar();
this.setStyle("-fx-min-height: 30px; " +
"-fx-background-color : DARKGRAY");
Loading