mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
About screen looking hideous on Windwos
This commit is contained in:
@@ -26,6 +26,8 @@ import java.awt.Color;
|
||||
import java.awt.Font;
|
||||
import java.awt.Frame;
|
||||
import java.awt.Graphics;
|
||||
import java.awt.Graphics2D;
|
||||
import java.awt.RenderingHints;
|
||||
import java.awt.Window;
|
||||
import java.awt.event.KeyAdapter;
|
||||
import java.awt.event.KeyEvent;
|
||||
@@ -90,8 +92,9 @@ public class About extends Window {
|
||||
// Graphics2D g2 = Toolkit.prepareGraphics(g);
|
||||
// g2.scale(0.5, 0.5);
|
||||
|
||||
// g2.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING,
|
||||
// RenderingHints.VALUE_TEXT_ANTIALIAS_DEFAULT);
|
||||
Graphics2D g2 = (Graphics2D) g;
|
||||
g2.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING,
|
||||
RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
|
||||
|
||||
g.drawImage(icon.getImage(), 0, 0, width, height, null);
|
||||
// g.setColor(Color.ORANGE);
|
||||
|
||||
2
todo.txt
2
todo.txt
@@ -18,6 +18,8 @@ X https://github.com/processing/processing/issues/3895
|
||||
X https://github.com/processing/processing/pull/3897
|
||||
X Clean up delete dir function
|
||||
X https://github.com/processing/processing/pull/3910
|
||||
X don't follow symlinks when deleting directories
|
||||
X https://github.com/processing/processing/pull/3916
|
||||
X show number of updates available in the footer
|
||||
X https://github.com/processing/processing/issues/3518
|
||||
X https://github.com/processing/processing/pull/3896
|
||||
|
||||
Reference in New Issue
Block a user