Patrik Karlström
Patrik Karlström
While adding PreferencesFX to a NetBeans Platform application I noticed that my settings where scattered. On Linux, a NetBeans Platform application store its settings in a directory like ~/.MYAPP while...
When having a OneCategoryLayout on a custom WorkbenchFX style I'm getting two unwanted artifacts. 1. The purple row where the undo/redo buttons are. 2. A thin purple box around all...
Replacing https://github.com/dlsc-software-consulting-gmbh/PreferencesFX/blob/d09c87bc32d74afcd3e33ff7c3ebc73cb1fffc44/preferencesfx/src/main/java/com/dlsc/preferencesfx/view/NavigationView.java#L65 with ` searchFld = (CustomTextField) TextFields.createClearableTextField();` adds a small clear button to the search text field. It would be nice to have.
Inspired by the Color setting I started working on a java.util.Locale setting. It kind of works but I have two problems. 1. The setting _stored_ is the setting _displayed_ (in...
I'm switching an app to WorkbenchFX and in that process I'm also looking into PreferencesFX. The app in question can after being run and configurated in gui mode be used...
It looks like the certificate expired once again. SEVERE [gov.nasa.worldwind]: Error attempting to retrieve https://worldwind22.arc.nasa.gov/geoserver/wfs?version=1.0.0&TypeName=topp:wpl_uscities0&Request=GetFeature&Service=WFS&OUTPUTFORMAT=GML2-GZIP&BBOX=11.875,57.5,12.5,58.125 java.security.cert.CertificateExpiredException: NotAfter: Tue Feb 22 00:52:28 CET 2022
@Override public void setDragEnabled(boolean enabled) { this.dragEnabled = true; } https://github.com/NASAWorldWind/WorldWindJava/blob/ee4d299b1a06f1a0657bad2ca869b2cfde442de4/src/gov/nasa/worldwind/render/airspaces/AbstractAirspace.java#L992
Hi, Is it possible to apply changes to MapOptions after initial map creation, without a second call to mMapView.createMap? Some pseudo code to explain `mMapOptions.fullscreenControl(true);` `mMap = mMapView.createMap(mMapOptions);` `// Button...
A while back I wrote a similar thing like your stage manager https://github.com/trixon/almond/blob/3880029726706ab0122de308af2a636860b602a4/util/src/main/java/se/trixon/almond/util/fx/FxHelper.java#L533 but without your screen management and by occupying stage.setOnCloseRequest. What it does have is support for fullscreen,...
I've just begun styling my workbench and it looks to me like the style mapping is done by the module _display name_, if that name is localized, it requires one...