manny kung

Results 159 issues of manny kung

I have WebLaF installed. I called the following `LookAndFeelFactory.installJideExtension(LookAndFeelFactory.VSNET_STYLE); ` right before I setup the JideTabbedPane as follows : `JideTabbedPane tabPanel = new JideTabbedPane();` In windows, it works well. Somehow...

Recently I've switched to using my new Apple mac mini with M1 CPU. I have no problems running the core program. However, as soon as I start the Swing windows...

bug
workaround
JDK 12
Open JDK 12

How do you write an action listener method to just detect changes in any boxes in a `WebCheckBoxList` ?

enhancement
confirmed

Hi @goxr3plus, Have you investigated why github sites won't work ? e.g. if I type in `https://github.com/goxr3plus/JavaFX-Web-Browser`, it won't render correctly. I'm using Java 9/10 64-bit in Windows It almost...

enhancement
help wanted

The string text of the title got truncated somehow at the end of the 22nd character The width of the custom stage is 1280. More than enough space. I wonder...

Can GMapsFX be used as a wrapper to access Google Mars ? https://www.google.com/mars/

How do I *restart* a SwingTextTerminal gracefully without quitting the application ? I have a main application running side-by-side with a SwingTextTerminal console in Windows. e.g. I have a while...

How do I pause and resume using Timer ? I followed your approach in http://tomasmikula.github.io/blog/2014/06/04/timers-in-javafx-and-reactfx.html In javafx, I can do ``` Timeline autosaveTimer = new Timeline( new KeyFrame(Duration.seconds(60 * MINUTES),...

Hi, I'm new to flogger. Thanks for this wonderful fluent logger. Currently, I use `atMostEvery()` often by calling `logger.at(level).atMostEvery(time, TimeUnit.MILLISECONDS).log(message);` Is there's a way to customize the following context statement...

P3

I believe There is mistake in setting the size of the recovered int[] to `ChunkSize` in the advancedExample() method in https://github.com/lemire/JavaFastPFOR/blob/master/example.java, ``` int TotalSize = 2342351; // some arbitrary number...