Is there a way to run a java application for HDPI screen? ( like any console option )
Or HDPI is required to be addressed by code?
Context:
We have an application which is unusable in HDPI screens due to the size of text and icons. If not possible through options, we would have to implement some interface change in the code, but that would require more time.