pradeepsimba

Results 4 comments of pradeepsimba

I am using [Style.UNDECORATED][1] in my javafx application. In button I set code like this public void exit(ActionEvent event){ System.exit(0); } If I click that button the tray also closes....

I set my image as icon. my image quality is very high but , in tray the image quality is very low and pixels broken. I want to set my...

> You can try to set options for jLink to not to deliver header files or man pages of jdk > > ``` > runtime { > options = ['--strip-debug',...