Added GitHub url to readmes

This commit is contained in:
Vhati 2013-08-21 14:12:17 -04:00
parent f1babaf3ab
commit e2bf4b410c
4 changed files with 14 additions and 12 deletions

View file

@ -3,6 +3,8 @@ Slipstream Mod Manager
Slipstream is the successor to Grognak's Mod Manager (GMM), a program designed to make it easy to install multiple [FTL](http://www.ftlgame.com/) mods at the same time.
To download compiled binaries, [click here](https://sourceforge.net/projects/slipstreammodmanager/).
Comments can be made in a forum thread [here](http://).

View file

@ -1,12 +1,14 @@
Slipstream Mod Manager
http://
https://github.com/Vhati/Slipstream-Mod-Manager
About
Slipstream is the successor to Grognak's Mod Manager (GMM), a
program designed to make it easy to install multiple mods at the
same time.
Slipstream is a mod manager for the game FasterThanLight, making it
easy to install multiple mods at the same time and, later, revert
to vanilla gameplay.
It is the successor to Grognak's Mod Manager (GMM).
Requirements

View file

@ -1,12 +1,14 @@
Slipstream Mod Manager
http://
https://github.com/Vhati/Slipstream-Mod-Manager
About
Slipstream is the successor to Grognak's Mod Manager (GMM), a
program designed to make it easy to install multiple mods at the
same time.
Slipstream is a mod manager for the game FasterThanLight, making it
easy to install multiple mods at the same time and, later, revert
to vanilla gameplay.
It is the successor to Grognak's Mod Manager (GMM).
Requirements

View file

@ -1,7 +1,3 @@
// http://docs.oracle.com/javase/tutorial/uiswing/dnd/emptytable.html
// http://stackoverflow.com/questions/638807/how-do-i-drag-and-drop-a-row-in-a-jtable
// http://www.java2s.com/Tutorial/Java/0240__Swing/UsingdefaultBooleanvaluecelleditorandrenderer.htm
package net.vhati.modmanager.ui;
import java.awt.BorderLayout;