Glen Schrader

Results 21 comments of Glen Schrader

Sorry @pocockn I haven't responded until now, work is getting in the way 😃. To be honest I don't generally run in continuous mode. I'll have a peek when I...

I'm not sure if you're still using `AssertJSwingTestCaseTemplate` for your tests but I found that tests would hang if you had an exception in any `@BeforeEach` or `@AfterEach`. I worked...

Yeah a getter would work, I'm not sure why I didn't just propose that.

I would prefer to stick with the official component for easier upgrades down the road.

@tomivirkki you're right, I knew something didn't look quite right but it took your screenshots for me to realize. I have since gone with a different layout so I'm not...

Hi sorry for the late response. Nothing obvious is jumping out at me as to why the mouse event isn't triggering the popup to close. Did this work in a...

Usually a core dump with the log file indicating usages of X11 (or other platform classes) means the native graphics env was initialized before cacio was in the jvm.

You shouldn't need the X11 display at all but having it there shouldn't be causing an issue either. I see you're using corretto as the JVM, have you tried a...

Thanks for providing the example project, I was able to confirm macOS and Windows are fine. Looking back I see something similar was reported in https://github.com/CaciocavalloSilano/caciocavallo/issues/7#issuecomment-862838249. I'll see if I...

Sorry for the late response, did you make any progress on this? I need to re-figure out the github action, it was running against Mac/Windows and Linux, so I'm not...