ekpeters

Results 9 comments of ekpeters

Worth noting, this behavior is not consistent within Moditect. - add-module-info aborts for pom packaging, doing no work (and offering no indication to the user - please fix) - create-runtime-image...

Then why do you let it work on dependencies? We have one project that exists expressly to pull all dependencies together into an installation image. That includes pulling in third...

Simpe code example, using jcefmaven to prepare and and start the browser: import java.awt.BorderLayout; import java.awt.DisplayMode; import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import java.awt.Point; import java.awt.Rectangle; import java.io.File; import javax.swing.JFrame; import javax.swing.JLabel;...

A comment and an observation... 1- I'm only about 80% certain that invoking the mac/linux fix on windows will fix my issue. 2- You probably want CefBrowserWr.scaleFactor to be volatile,...

Apparently, my invoking doUpdate() does not work (tried reflectively). Yes - it's picking up the scaleFactor, ... eh, I've burned enough time already trying to get this browser to work...

If you would like me to use said sample apps, please direct me to them. I am not psychic, and while I have done some looking for such an app,...

While you are at it - could you update the Readme.md to indicate where said apps live, and add a link to them in the bug reporting instructions.

Initial appearance of the sample app: ![image](https://user-images.githubusercontent.com/12634282/229911942-daa07515-8792-4055-abdb-0f044bc8bc0e.png) Dragged to Display 1: ![image](https://user-images.githubusercontent.com/12634282/229912529-916ee99a-02b4-4b27-b807-8986cbdf04c2.png) Dragged back to Display 0: ![image](https://user-images.githubusercontent.com/12634282/229912020-452e2e7f-720a-4c78-877d-f18cf686ed01.png) Monitor specs as derived from java.awt.GraphicsEnvironment: Screen("\Display0", Relative position: 0.0x0.0, logical size:...

Correct, this is Java 11. Moving Java 17 is on the todo-list for us, but buried under a stack of other priorities,