Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
karakasis authored Feb 12, 2018
1 parent a337b8b commit cf3f036
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions STS/GUI.form
Original file line number Diff line number Diff line change
Expand Up @@ -1165,9 +1165,6 @@
<Dimension value="[870, 745]"/>
</Property>
</Properties>
<Events>
<EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jLabel3MouseClicked"/>
</Events>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="0" y="0" width="-1" height="-1"/>
Expand Down
12 changes: 0 additions & 12 deletions STS/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ public GUI(ArrayList<String> log) {
cursor = newImage.createGraphics();
// elsewhere
//setupLayout();
*/
Expand Down Expand Up @@ -1255,11 +1254,6 @@ public void mouseReleased(java.awt.event.MouseEvent evt) {
jLabel3.setMaximumSize(new java.awt.Dimension(850, 1550));
jLabel3.setMinimumSize(new java.awt.Dimension(870, 745));
jLabel3.setPreferredSize(new java.awt.Dimension(870, 745));
jLabel3.addMouseListener(new java.awt.event.MouseAdapter() {
public void mouseClicked(java.awt.event.MouseEvent evt) {
jLabel3MouseClicked(evt);
}
});
getContentPane().add(jLabel3, new org.netbeans.lib.awtextra.AbsoluteConstraints(0, 0, -1, -1));

pack();
Expand Down Expand Up @@ -1477,12 +1471,6 @@ private void closeActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
System.exit(0);
}//GEN-LAST:event_closeActionPerformed

private void jLabel3MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jLabel3MouseClicked
// TODO add your handling code here:
this.setState(JFrame.ICONIFIED);

}//GEN-LAST:event_jLabel3MouseClicked

private boolean uShouldClick = false;

private void mapDraggerPanelMousePressed(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_mapDraggerPanelMousePressed
Expand Down

0 comments on commit cf3f036

Please sign in to comment.