Skip to content

Commit

Permalink
Fix typos in README.md and gc4s/GALLERY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hlfernandez committed Aug 9, 2018
1 parent b917357 commit d3ff90d
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Add the following repository and dependency declarations to your `pom.xml` in or
<dependency>
<groupId>org.sing_group</groupId>
<artifactId>gc4s</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```

Examples of GUI Components
--------------------------------------

The following image shows `JHeatMap`, a component that shows a heatmap from a given double matrix. It allows zooming, changing gradient's colors and exporting the heatmap as image.
The following image shows the `JHeatMap` and `JHeatMapPanel` components. The `JHeatMapPanel` component uses a `JHeatMap` to display a heatmap from a given double matrix along with controls to allow zooming, changing gradient's colors and exporting the heatmap as image, among other functions.

![JHeatMap](gc4s/screenshots/JHeatMap.png)

Expand Down
2 changes: 1 addition & 1 deletion gc4s-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-genomebrowser-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-genomebrowser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following repository and dependency declarations to your `pom.xml`:
<dependency>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-genomebrowser</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion gc4s-genomebrowser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-heatmap-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-heatmap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following repository and dependency declarations to your `pom.xml`:
<dependency>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-heatmap</artifactId>
<version>1.0.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion gc4s-heatmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-jsparklines-factory-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-jsparklines-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following repository and dependency declarations to your `pom.xml`:
<dependency>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-jsparklines-factory</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion gc4s-jsparklines-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-multiple-sequence-alignment-viewer-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-multiple-sequence-alignment-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following repository and dependency declarations to your `pom.xml`:
<dependency>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-multiple-sequence-alignment-viewer</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion gc4s-multiple-sequence-alignment-viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-statistics-tests-table-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s-statistics-tests-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following repository and dependency declarations to your `pom.xml`:
<dependency>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-statistics-tests-table</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion gc4s-statistics-tests-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gc4s/GALLERY.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ RangeInputPanel
---------------
A panel that allows user selecting a range of values using sliders, taking into account that the minimum value should always be lower or equal to the maximum value.

![RadioButtonsPanel](screenshots/RadioButtonsPanelDemo.png)
![RangeInputPanel](screenshots/RangeInputPanel.png)

RowHeaderExtendedJXTable
------------------------
Expand Down
2 changes: 1 addition & 1 deletion gc4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following repository and dependency declarations to your `pom.xml`:
<dependency>
<groupId>org.sing_group</groupId>
<artifactId>gc4s</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion gc4s/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.sing_group</groupId>
<artifactId>gc4s-all</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<name>GC4S</name>
<description>GUI Components for Java Swing.</description>
Expand Down

0 comments on commit d3ff90d

Please sign in to comment.