forked from GitHub/gf-core
moved all old source code to src-2.9 ; src will be for GF 3 development
This commit is contained in:
13
src-2.9/JavaGUI/LinPosition.java
Normal file
13
src-2.9/JavaGUI/LinPosition.java
Normal file
@@ -0,0 +1,13 @@
|
||||
//package javaGUI;
|
||||
public class LinPosition
|
||||
{
|
||||
public String position;
|
||||
public boolean correctPosition = true;
|
||||
|
||||
LinPosition(String p, boolean cor)
|
||||
{
|
||||
position = p;
|
||||
correctPosition = cor ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user