mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
*** empty log message ***
This commit is contained in:
13
src/JavaGUI/LinPosition.java
Normal file
13
src/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