mirror of
https://github.com/workinghard/GuitarTeX2.git
synced 2025-12-13 18:32:09 +00:00
cleanup
This commit is contained in:
@@ -271,7 +271,7 @@ public class GuitarTeX2 extends JFrame {
|
|||||||
//gtxHeight = this.getHeight();
|
//gtxHeight = this.getHeight();
|
||||||
//gtxWidth = this.getWidth();
|
//gtxWidth = this.getWidth();
|
||||||
gtxHeight = 650;
|
gtxHeight = 650;
|
||||||
gtxWidth = 900;
|
gtxWidth = 950;
|
||||||
|
|
||||||
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
|
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
|
||||||
//gtxTop = new Double((screenSize.getHeight()/2) - (gtxHeight/2)).intValue();
|
//gtxTop = new Double((screenSize.getHeight()/2) - (gtxHeight/2)).intValue();
|
||||||
|
|||||||
Reference in New Issue
Block a user