diff --git a/.gitignore b/.gitignore index 0354010..36f971e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -./bin +bin/* diff --git a/GFrame.java b/GFrame.java index 885875e..648e6a0 100644 --- a/GFrame.java +++ b/GFrame.java @@ -1,3 +1,10 @@ +/* +* TODO: +* Item positions are hard coded, make them dynamic +* so that window can be set to resizable. +*/ + + import java.util.Vector; import javax.swing.*; import java.awt.Color; @@ -57,7 +64,8 @@ public class GFrame extends JFrame { JButton bSub = newButton("-", 250, 250, 100, 40); JButton bMul = newButton("X", 250, 200, 100, 40); JButton bDiv = newButton("%", 250, 150, 100, 40); - JButton bCut = newButton("