# disable HW acceleration
-Dsun.java2d.d3d=false -Dprism.order=sw
This commit is contained in:
parent
d88d86891e
commit
e7b115d6c8
|
@ -28,6 +28,10 @@
|
|||
-Djna.nosys=true
|
||||
-Djna.nounpack=true
|
||||
|
||||
# disable HW acceleration
|
||||
-Dsun.java2d.d3d=false
|
||||
-Dprism.order=sw
|
||||
|
||||
# reduce default logging
|
||||
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"
|
||||
|
||||
|
|
|
@ -28,6 +28,10 @@
|
|||
-Djna.nosys=true
|
||||
-Djna.nounpack=true
|
||||
|
||||
# disable HW acceleration
|
||||
-Dsun.java2d.d3d=false
|
||||
-Dprism.order=sw
|
||||
|
||||
# reduce default logging
|
||||
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
|
||||
# disable HW acceleration
|
||||
-Dsun.java2d.d3d=false
|
||||
-Dprism.order=sw
|
||||
|
||||
# force platform L&F
|
||||
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|
||||
|
|
Loading…
Reference in New Issue