mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
working on the application, and implemented update check
This commit is contained in:
@@ -51,7 +51,7 @@ public class Editor extends JFrame
|
||||
MRJOpenDocumentHandler //, MRJOpenApplicationHandler
|
||||
{
|
||||
// yeah
|
||||
static final String WINDOW_TITLE = "Processing" + " - " + Base.VERSION;
|
||||
static final String WINDOW_TITLE = "Processing" + " - " + Base.VERSION_NAME;
|
||||
|
||||
// p5 icon for the window
|
||||
Image icon;
|
||||
@@ -874,7 +874,7 @@ public class Editor extends JFrame
|
||||
|
||||
g.setFont(new Font("SansSerif", Font.PLAIN, 11));
|
||||
g.setColor(Color.white);
|
||||
g.drawString(Base.VERSION, 50, 30);
|
||||
g.drawString(Base.VERSION_NAME, 50, 30);
|
||||
}
|
||||
};
|
||||
window.addMouseListener(new MouseAdapter() {
|
||||
|
||||
Reference in New Issue
Block a user