From 89367a3602cdb9fa55332d1ce285af48a9338588 Mon Sep 17 00:00:00 2001 From: Mark Kattenbelt Date: Mon, 30 Oct 2006 15:13:08 +0000 Subject: [PATCH] Yet another file that failed to compile. git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@91 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/src/userinterface/properties/GUIResultsTable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/src/userinterface/properties/GUIResultsTable.java b/prism/src/userinterface/properties/GUIResultsTable.java index e8aef4cd..4a885db1 100644 --- a/prism/src/userinterface/properties/GUIResultsTable.java +++ b/prism/src/userinterface/properties/GUIResultsTable.java @@ -37,6 +37,7 @@ public class GUIResultsTable extends javax.swing.JDialog private GUIExperiment exp; private javax.swing.JPanel topPanel; + private javax.swing.JButton closeButton; private JScrollPane scroller; private JTable table; @@ -75,7 +76,6 @@ public class GUIResultsTable extends javax.swing.JDialog javax.swing.JPanel jPanel4; javax.swing.JPanel jPanel5; javax.swing.JPanel jPanel6; - javax.swing.JButton closeButton; jPanel1 = new javax.swing.JPanel(); jPanel2 = new javax.swing.JPanel();