Skip to content

Commit

Permalink
Changes to start button of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthBezawada committed Dec 14, 2015
1 parent 034e23d commit 68fff59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<SubComponents>
<Component class="javax.swing.JButton" name="startButton">
<Properties>
<Property name="text" type="java.lang.String" value="START executing TieDIE algorithm"/>
<Property name="text" type="java.lang.String" value="RUN TieDIE algorithm on selected network "/>
<Property name="toolTipText" type="java.lang.String" value="Make sure you imported the table files and selected the corresponding columns"/>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void initComponents() {

mainPanel.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));

startButton.setText("START executing TieDIE algorithm");
startButton.setText("RUN TieDIE algorithm on selected network ");
startButton.setToolTipText("Make sure you imported the table files and selected the corresponding columns");
startButton.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));
startButton.addActionListener(new java.awt.event.ActionListener() {
Expand Down

0 comments on commit 68fff59

Please sign in to comment.