Skip to content

Commit

Permalink
Added jar files and edited Server title
Browse files Browse the repository at this point in the history
jar files add in the /dist folder.
  • Loading branch information
mhmoodlan committed Jul 20, 2017
1 parent e9964f3 commit 3c9c0db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/nbproject/private/
/build/
/build/
/dist/
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=subtitlesystemviews.ClientViewer
main.class=subtitlesystemviews.ServerViewer
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
Expand Down
2 changes: 1 addition & 1 deletion src/subtitlesystemviews/ServerViewer.form
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
<Property name="title" type="java.lang.String" value="Subtitle System"/>
<Property name="title" type="java.lang.String" value="SubX Server"/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion src/subtitlesystemviews/ServerViewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void initComponents() {
jLabel7 = new javax.swing.JLabel();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("Subtitle System");
setTitle("SubX Server");

buttonDecreaseFont.setText("-");
buttonDecreaseFont.setEnabled(false);
Expand Down

0 comments on commit 3c9c0db

Please sign in to comment.