Skip to content

Commit

Permalink
code cleaning and message dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
suyesh-amatya committed Mar 7, 2016
1 parent dafb099 commit 1f4553e
Show file tree
Hide file tree
Showing 35 changed files with 108 additions and 1,266 deletions.
23 changes: 13 additions & 10 deletions Map.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ sampleCollection.id=PROJECT_ID
sampleCollection.acronym=TITLE
sampleCollection.name=name
sampleCollection.description=DESCRIPTION
sampleCollection.collectionType=GROUP_NAME
sampleCollection.contactInformation=CONTACT_ID
study.id=STUDY_CODE
study.name=NAME
study.description=KI_STUDY_NAME
study.description=DESCRIPTION
study.contactInformation=CONTACT_ID
study.studyDesign=KI_STUDY_TYPE
list.sex.Male=Sexvalue2
list.sex.Female=Sexvalue1
list.sex.Unknown=Sexvalue3
list.sex.Female=Sexvalue3
list.sex.Undifferentiated=Sexvalue1
list.materialType.Blood=Material Typevalue1
list.materialType.Immortalized\ Cell\ Lines=Material Typevalue2
list.materialType.Isolated\ Pathogen=Material Typevalue5
list.materialType.Plasma=Material Typevalue4
list.materialType.Tissue\ (FFPE)=Material Typevalue7
list.dataCategories.Physiological/Biochemical\ measurements=DCvalue1
list.collectionType.Twin-study=CTvalue1
list.collectionType.Quality\ control=CTvalue2
list.materialType.Isolated\ Pathogen=Material Typevalue4
list.materialType.Tissue\ (Frozen)=Material Typevalue7
list.dataCategories.Biological\ samples=DCvalue3
list.dataCategories.Physiological/Biochemical\ measurements=DCvalue2
list.dataCategories.Other=DCvalue1
list.collectionType.Twin-study=CTvalue2
list.collectionType.Population-based=CTvalue3
list.collectionType.Disease\ specific=CTvalue4
8 changes: 4 additions & 4 deletions build/built-jar.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu, 03 Mar 2016 15:10:23 +0100


C\:\\Users\\suyama\\Documents\\NetBeansProjects\\Mapper=
#Mon, 07 Mar 2016 14:21:51 +0100


C\:\\Users\\suyama\\Documents\\NetBeansProjects\\Mapper=
Empty file.
Empty file.
Binary file modified build/classes/my/mapper/MapperUI$1.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$10.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$11.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$12.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$13.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$14.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$15.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$16.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$17.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$18.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$19.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$2.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$20.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$21.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$22.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$23.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$24.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$25.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$3.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$4.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$5.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$6.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$7.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$8.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI$9.class
Binary file not shown.
Binary file modified build/classes/my/mapper/MapperUI.class
Binary file not shown.
1,009 changes: 0 additions & 1,009 deletions build/classes/my/mapper/MapperUI.form

This file was deleted.

Binary file modified dist/Mapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ the projects runtime path.
* To set a main class in a standard Java project, right-click the project node
in the Projects window and choose Properties. Then click Run and enter the
class name in the Main Class field. Alternatively, you can manually type the
class name in the manifest Main-Class element.
class name in the manifest Main-Class element.
22 changes: 10 additions & 12 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/Users/suyama/Documents/NetBeansProjects/MapperMe/src/my/mapper/MapperMeUI.java</file>
<file>file:/C:/Users/suyama/Documents/NetBeansProjects/MapperMe/Map.csv</file>
<file>file:/C:/Users/suyama/Documents/NetBeansProjects/MapperMe/Standard.csv</file>
<file>file:/C:/Users/suyama/Documents/NetBeansProjects/MapperMe/Standard_List_Values.csv</file>
</group>
</open-files>
</project-private>
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/Users/suyama/Documents/NetBeansProjects/Mapper/Map.csv</file>
<file>file:/C:/Users/suyama/Documents/NetBeansProjects/Mapper/src/my/mapper/MapperUI.java</file>
</group>
</open-files>
</project-private>
Loading

0 comments on commit 1f4553e

Please sign in to comment.