SemBioProcess / SemGen

A tool for semantics-based annotation and composition of biosimulation models
18 stars 3 forks source link

SemGen looks low-res on high resolution display #306

Closed GrahamKim closed 3 years ago

GrahamKim commented 6 years ago

Opening SemGen from SemGem.app on an Apple Retina display show up as low-res.

GrahamKim commented 6 years ago
screen shot 2018-09-05 at 2 15 55 pm
GrahamKim commented 6 years ago

From https://apple.stackexchange.com/questions/197082/retina-display-problem-gui-java-applications-display-fix

  1. Drag SemGen.app from Applications to Desktop.
  2. Edit SemGen.app/Contents/Info.plist with your favorite text editor.
  3. At the end of the file add the next two lines, before the end tags </dict></plist> and save file.
    <key>NSHighResolutionCapable</key>
    <true/>
  4. Start SemGen.app from desktop and see if it fixed.
  5. If fixed, drag SemGen.app back to /Applications and retest.