1
0
forked from GitHub/gf-core

removed src for 2.9

This commit is contained in:
aarne
2008-06-25 16:43:48 +00:00
parent 7e0c2c3656
commit 7d721eb16e
536 changed files with 0 additions and 127076 deletions

View File

@@ -1,18 +0,0 @@
//package javaGUI;
public class MarkedArea
{
public int begin;
public int end;
public LinPosition position;
public String words;
MarkedArea(int b, int e, LinPosition p, String w)
{
begin = b;
end = e;
position = p;
words = w;
}
}