mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
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