Oliver Löffler

Results 57 issues of Oliver Löffler

Currently FXFileChooser is always application modal. There are cases where different modality is needed.

FXFileChooser allows to change directory in different ways: * locations menu always shows the user data folder * locations menu may provide navigation linkts to other pre-defined locations * opening...

The `SwingDemo` seems to block or crash after initial start on Windows 8.1. Steps to reproduce: * Launch `net.raumzeitfalle.fx.SwingDemo` * click on "show SwingFileChooser" * click on "Choose Directory" The,...

bug

In case of large folders, sorting may require a certain amount of time. ListView shall be hidden by a progress indicator (indeterminate). All other function shall remain intact - consider...

enhancement

The JavaFX directory chooser works way better than the old Swing directory chooser. Replace Swing directory chooser with JavaFX directory chooser. Consider generalization to make both interchangeable.

enhancement

Review project and add tests. Items * See how the model can be simplified and compacted when tests are used. * Model must work without JavaFX running * Decouple file...

There were complaints about the vertical scrollbar, which is too small. CSS shall be updated in order to make the scrollbar more appearant. Also the filter field can be improved....

enhancement

Scrollbar styling: ![ScrollBarStyling](https://user-images.githubusercontent.com/22102800/55690379-2ce75980-5991-11e9-950d-a67246804f73.PNG) Develop a similar styling for the default theme. Solve issues in some menus where mouse/menu item hover causes the text or shape to have the wrong color.

Instead of rounded black theme, following style might be worth a try: Scrollbar styling: ![ScrollBarStyling](https://user-images.githubusercontent.com/22102800/55690379-2ce75980-5991-11e9-950d-a67246804f73.PNG) Border decoration: ![WindowBorderDecoration](https://user-images.githubusercontent.com/22102800/55690380-2ce75980-5991-11e9-87d7-ec5cff4f01ec.PNG) Window decoration: ![WindowDecoration](https://user-images.githubusercontent.com/22102800/55690381-2ce75980-5991-11e9-86e3-84f36a540866.png)

The current build of SwingFileChooser does not integrate properly with JavaFX 11 projects when gradle is used and JavaFX 11 is linked into as a dependency. Prepare FXFileChooser accordingly and...