Oliver Löffler

Results 57 issues of Oliver Löffler

In Scene Builder one can assign one or more CSS style classes to individual nodes. WIth complex FXML files one has to either click through the nodes or read the...

enhancement

SceneBuilder by default starts into the welcome page. If one attempts to load either an existing project or a recent project, SceneBuilder will close in case of an error during...

bug

With having the FileChooser copatible with SceneBuilder, it is desirable to have the file chooser configurable via SceneBuilder. * start location where to look for files * custom locations with...

The directory chooser indicates folder scanning by using a shrinked progress bar. An animation (e.g. jumping / pumping directory icon or an icon with a loupe, rotating etc.) would be...

As now `SwingFileChooser` can be used like a Swing file chooser but it is constructed differently. The API should come as close to what Swing offers, so that this file...

enhancement

Added rule to check that line length in Java files not exceeds 120 chars. ### Issue Fixes #690 With the new checkstyle rule, one will now get warnings on overly...

Scenebuilder references the OpenJFX coding standards in its [CONTRIBUTING.md](https://github.com/Oliver-Loeffler/scenebuilder/blob/issue-120/CONTRIBUTING.md). There it is [expressed](https://github.com/openjdk/jfx/blob/master/CONTRIBUTING.md#coding-style-and-testing-guidelines), that line width should not exceed 120 chars. ### Expected Behavior Checkstyle should complain when line width...

bug