id
int32
0
12.9k
code
listlengths
2
264k
11,500
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "xml", ";", "import", "java", ".", "io", ".", "BufferedReader", ";", "import", "java", ".", "io", ".", "ByteArrayOutputStream", ";", "import", "java", ".", "io", ".", "File", ";", "import", "java", ...
11,501
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "JSONTokener", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "JSONUtils", ";", "public", "class", "JSONSerializer", "{"...
11,502
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "Writer", ";", "import", "java", ".", "io", ".", "Serializable", ";", "public", "interface", "JSON", "extends"...
11,503
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "org", ".", "apache", ".", "commons", ".", "lang", ".", "exception", ".", "NestableRuntimeException", ";", "public", "class", "JSONException", "extends", "NestableRuntimeException", "{", "private", ...
11,504
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "java", ".", "util", ".", "Calendar", ";", "import", "java", ".", "util", ".", "Date", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONObject", ";", "import", ...
11,505
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "java", ".", "math", ".", "BigDecimal", ";", "import", "java", ".", "math", ".", "BigInteger", ";", "import", "net", ".", "sf", ".", "json", ".", "JSON", ";", "import"...
11,506
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "public", "interface", "PropertyNameProcessor", "{", "String", "processPropertyName", "(", "Class", "beanClass", ",", "String", "name", ")", ";", "}", "</s>" ]
11,507
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";", "import", "net", ".", "sf", ".", "json", ".", "JsonConfig", ";", "public", "interface", "JsonValueProcessor", "{"...
11,508
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "java", ".", "util", ".", "Set", ";", "public", "abstract", "class", "PropertyNameProcessorMatcher", "{", "public", "static", "final", "PropertyNameProcessorMatcher", "DEFAULT", "...
11,509
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "java", ".", "util", ".", "Set", ";", "public", "abstract", "class", "JsonBeanProcessorMatcher", "{", "public", "static", "final", "JsonBeanProcessorMatcher", "DEFAULT", "=", "n...
11,510
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONObject", ";", "import", "net", ".", "sf", ".", "json", "...
11,511
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "public", "interface", "DefaultValueProcessor", "{", "Object", "getDefaultValue", "(", "Class", "type", ")", ";", "}", "</s>" ]
11,512
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "java", ".", "util", ".", "Set", ";", "public", "abstract", "class", "DefaultValueProcessorMatcher", "{", "public", "static", "final", "DefaultValueProcessorMatcher", "DEFAULT", "...
11,513
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONArray", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONNull", ";", "import", "net", ".", "sf", ".", "json", ".", ...
11,514
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "net", ".", "sf", ".", "json", ".", "JsonConfig", ";", "public", "class", "JsDateJsonValueProcessor", "implements", "JsonValueProcessor", "{", "private", "JsonBeanProcessor", "pro...
11,515
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "processors", ";", "import", "java", ".", "util", ".", "Set", ";", "public", "abstract", "class", "JsonValueProcessorMatcher", "{", "public", "static", "final", "JsonValueProcessorMatcher", "DEFAULT", "=", ...
11,516
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "Writer", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";", "public", ...
11,517
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONArray", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";", "import", "net", ".", "sf", ".", "json", ".", "...
11,518
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "public", "interface", "PropertyFilter", "{", "boolean", "apply", "(", "Object", "source", ",", "String", "name", ",", "Object", "value", ")", ";", "}", "</s>" ]
11,519
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "java", ".", "util", ".", "Set", ";", "public", "abstract", "class", "PropertyExclusionClassMatcher", "{", "public", "static", "final", "PropertyExclusionClassMatcher", "DEFAULT", "=", ...
11,520
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";", "public", "interface", "JsonEventListener", "{", "void", "onArrayEnd", "(", ")", ";", "void", "onArrayStart", "(", ")",...
11,521
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "java", ".", "lang", ".", "reflect", ".", "Field", ";", "import", "java", ".", "util", ".", "Map", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";",...
11,522
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "java", ".", "math", ".", "BigDecimal", ";", "import", "java", ".", "math", ".", "BigInteger", ";", "import", "java", ".", "util", ".", "Collection", ";", "import", "java", ...
11,523
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "java", ".", "lang", ".", "reflect", ".", "Constructor", ";", "import", "java", ".", "lang", ".", "reflect", ".", "InvocationTargetException", ";", "import", "net", ".", "sf", ...
11,524
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";", "import", "org", ".", "apache", ".", "commons", ".", "lang", ".", "StringUtils", ";", "public", "abstract", "class", ...
11,525
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "java", ".", "io", ".", "StringWriter", ";", "public", "class", "JSONStringer", "extends", "JSONBuilder", "{", "public", "JSONStringer", "(", ")", "{", "super", "(", "new", "Str...
11,526
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "java", ".", "util", ".", "Iterator", ";", "import", "net", ".", "sf", ".", "json", ".", "JSON", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONArray", ";", "im...
11,527
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONArray", ";", "import", "net", ".", "sf", ".", "json", ".", "JSONException", ";", "import", "net", ".", "sf", ".", "json", ".", "...
11,528
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "util", ";", "public", "abstract", "class", "WebHijackPreventionStrategy", "{", "public", "static", "final", "WebHijackPreventionStrategy", "COMMENTS", "=", "new", "CommentWebHijackPreventionStrategy", "(", ")", ...
11,529
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "Writer", ";", "import", "java", ".", "lang", ".", "reflect", ".", "Array", ";", "import", "java", ".", "u...
11,530
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "test", ";", "import", "java", ".", "util", ".", "Iterator", ";", "import", "java", ".", "util", ".", "SortedSet", ";", "import", "java", ".", "util", ".", "TreeSet", ";", "import", "org", ".", ...
11,531
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "filters", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "PropertyFilter", ";", "public", "class", "NotPropertyFilter", "implements", "PropertyFilter", "{", "private", "PropertyFilter", ...
11,532
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "filters", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "Iterator", ";", "import", "java", ".", "util", ".", "List", ";", "import", "net", ".", ...
11,533
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "filters", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "PropertyFilter", ";", "public", "class", "AndPropertyFilter", "implements", "PropertyFilter", "{", "private", "PropertyFilter", ...
11,534
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "filters", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "PropertyFilter", ";", "public", "class", "OrPropertyFilter", "implements", "PropertyFilter", "{", "private", "PropertyFilter", "...
11,535
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "filters", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "PropertyFilter", ";", "public", "class", "TruePropertyFilter", "implements", "PropertyFilter", "{", "public", "boolean", "apply"...
11,536
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "filters", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "PropertyFilter", ";", "public", "class", "FalsePropertyFilter", "implements", "PropertyFilter", "{", "public", "boolean", "apply...
11,537
[ "<s>", "package", "net", ".", "sf", ".", "json", ".", "filters", ";", "import", "java", ".", "util", ".", "HashMap", ";", "import", "java", ".", "util", ".", "Iterator", ";", "import", "java", ".", "util", ".", "Map", ";", "import", "net", ".", "sf...
11,538
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "Writer", ";", "import", "java", ".", "lang", ".", "ref", ".", "SoftReference", ";", "import", "java", ".", ...
11,539
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "java", ".", "beans", ".", "PropertyDescriptor", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "Writer", ";", "import", "java", ".", "lang", ...
11,540
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "java", ".", "io", ".", "Serializable", ";", "import", "net", ".", "sf", ".", "json", ".", "util", ".", "JSONUtils", ";", "import", "org", ".", "apache", ".", "commons", ".", "lang", "...
11,541
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "Collection", ";", "import", "java", ".", "util", ".", "Collections", ";", "import", "java", ".", "util", ...
11,542
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "public", "interface", "JSONString", "{", "public", "String", "toJSONString", "(", ")", ";", "}", "</s>" ]
11,543
[ "<s>", "package", "net", ".", "sf", ".", "json", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "Writer", ";", "public", "final", "class", "JSONNull", "implements", "JSON", "{", "private", "static", "JSONNull...
11,544
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "lighting", ";", "import", "javax", ".", "media", ".", "opengl", ".", "*", ";", "import", "java", ".", "awt", ".", "Color", ";", "import", "java", ".", "nio", ".", "*", ";", "public", "cl...
11,545
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "lighting", ";", "import", "javax", ".", "media", ".", "opengl", ".", "*", ";", "import", "java", ".", "awt", ".", "Color", ";", "import", "java", ".", "util", ".", "*", ";", "import", "j...
11,546
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "lighting", ";", "public", "class", "LightingException", "extends", "RuntimeException", "{", "public", "LightingException", "(", ")", "{", "super", "(", ")", ";", "}", "public", "LightingException", ...
11,547
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "lighting", ";", "public", "class", "LightPanel", "extends", "javax", ".", "swing", ".", "JPanel", "{", "public", "LightPanel", "(", ")", "{", "initComponents", "(", ")", ";", "lightToPanel", "("...
11,548
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "lighting", ";", "import", "java", ".", "awt", ".", "*", ";", "import", "java", ".", "awt", ".", "event", ".", "*", ";", "import", "javax", ".", "swing", ".", "*", ";", "public", "class",...
11,549
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "lighting", ";", "public", "class", "MaterialPanel", "extends", "javax", ".", "swing", ".", "JPanel", "{", "public", "MaterialPanel", "(", ")", "{", "initComponents", "(", ")", ";", "matToPanel", ...
11,550
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "jogltext", ";", "import", "java", ".", "awt", ".", "*", ";", "import", "java", ".", "awt", ".", "geom", ".", "*", ";", "import", "java", ".", "awt", ".", "font", ".", "*", ";", "import...
11,551
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "jogltext", ";", "import", "java", ".", "awt", ".", "Font", ";", "import", "java", ".", "awt", ".", "font", ".", "FontRenderContext", ";", "import", "java", ".", "awt", ".", "font", ".", "G...
11,552
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "jogltext", ";", "public", "class", "JogltextException", "extends", "RuntimeException", "{", "public", "JogltextException", "(", ")", "{", "super", "(", ")", ";", "}", "public", "JogltextException", ...
11,553
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ";", "import", "java", ".", "awt", ".", "*", ";", "import", "java", ".", "awt", ".", "event", ".", "*", ";", "import", "javax", ".", "swing", ".", "*", ";", "public", "class", "JPanelDialog", ...
11,554
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "test3ds", ";", "import", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ".", "*", ";", "import", "com", ".", "sun", ".", "opengl", ".", "util", ".", "texture", ".", "Texture", ";", ...
11,555
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "test3ds", ";", "import", "com", ".", "sun", ".", "opengl", ".", "util", ".", "Animator", ";", "import", "java", ".", "awt", ".", "Frame", ";", "import", "java", ".", "awt", ".", "event", ...
11,556
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ";", "import", "java", ".", "io", ".", "FileInputStream", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "InputStream", ";", "import", "...
11,557
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ";", "import", "java", ".", "util", ".", "HashMap", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ".", "Model", ";", "import", "net", ".", "ja...
11,558
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ";", "public", "class", "ModelLoadException", "extends", "Exception", "{", "public", "ModelLoadException", "(", ")", "{", "}", "public", "ModelLoadException", "(", "String", "message", ")", ...
11,559
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ";", "public", "class", "Bounds", "{", "public", "static", "final", "float", "LARGE", "=", "Float", ".", "MAX_VALUE", ";", "public", "Vec4", "min", "=", "new", "Vec4",...
11,560
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ";", "public", "class", "Face", "{", "public", "int", "vertIndex", "[", "]", ";", "public", "int", "coordIndex", "[", "]", ";", "public", "int", "normalIndex", "[", ...
11,561
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ";", "import", "java", ".", "util", ".", "Vector", ";", "public", "class", "Model", "{", "protected", "Vector", "<", "Material", ">", "materials", "=", "new", "Vector"...
11,562
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ";", "public", "class", "TexCoord", "{", "public", "float", "u", ",", "v", ";", "public", "TexCoord", "(", ")", "{", "u", "=", "v", "=", "0", ";", "}", "public",...
11,563
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ";", "import", "java", ".", "awt", ".", "Color", ";", "public", "class", "Material", "{", "public", "String", "strName", ";", "public", "String", "strFile", ";", "publ...
11,564
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ";", "import", "java", ".", "util", ".", "Vector", ";", "public", "class", "Mesh", "{", "public", "int", "numOfVerts", "=", "0", ";", "public", "int", "numOfFaces", ...
11,565
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ";", "public", "class", "Vec4", "{", "public", "float", "x", ",", "y", ",", "z", ",", "w", ";", "public", "Vec4", "(", ")", "{", "this", "(", "0", ",", "0", ...
11,566
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "geometry", ".", "Model", ";", "public", "interface", "iModel3DRenderer", "{", "public", "void", "render", "(", ...
11,567
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "examples", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "*", ";", "import", "com", ".", "sun", ".", "opengl", ".", "util", ".", "texture", ".", "...
11,568
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "examples", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "*", ";", "import", "com", ".", "sun", ".", "opengl", ".", "util", ".", "Animator", ";", ...
11,569
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "loader", ";", "interface", "MaxConstants", "{", "public", "static", "final", "int", "TYPE_3DS_FILE", "=", "0x4D4D", ";", "public", "static", "final", "int", "TYPE_3DS_VERSION", "=", ...
11,570
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "loader", ";", "import", "java", ".", "awt", ".", "Color", ";", "import", "java", ".", "io", ".", "BufferedReader", ";", "import", "java", ".", "io", ".", "DataInputStream", ";"...
11,571
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "loader", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "ModelLoadException", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "...
11,572
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "loader", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "ModelLoadException", ";", "import", "net", ".", "java", ".", "joglutils", ".", "model", ".", "...
11,573
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "model", ".", "loader", ";", "import", "java", ".", "awt", ".", "Color", ";", "import", "java", ".", "io", ".", "DataInputStream", ";", "import", "java", ".", "io", ".", "File", ";", "impor...
11,574
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ";", "public", "class", "Chunk", "{", "public", "int", "id", "=", "0", ";", "public", "int", "length", "=", "0", ";", "public", "int", "bytesRead", "=", "0", ";", "}", "</s>" ]
11,575
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ";", "public", "class", "Face", "{", "public", "int", "vertIndex", "[", "]", "=", "new", "int", "[", "3", "]", ";", "public", "int", "coordIndex", "[", "]", "=", "new", "int", ...
11,576
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ";", "public", "class", "Vec3", "{", "public", "float", "x", ",", "y", ",", "z", ";", "public", "Vec3", "(", ")", "{", "}", "public", "Vec3", "(", "float", "_x", ",", "float", ...
11,577
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ";", "import", "java", ".", "util", ".", "Vector", ";", "public", "class", "Model3DS", "{", "protected", "Loader3DS", "loader", "=", "new", "Loader3DS", "(", ")", ";", "protected", "...
11,578
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ";", "public", "class", "Material", "{", "public", "String", "strName", "=", "new", "String", "(", ")", ";", "public", "String", "strFile", "=", "new", "String", "(", ")", ";", "pu...
11,579
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ";", "import", "java", ".", "io", ".", "DataInputStream", ";", "import", "java", ".", "io", ".", "File", ";", "import", "java", ".", "io", ".", "FileInputStream", ";", "import", "j...
11,580
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "ThreeDS", ";", "public", "class", "Obj", "{", "public", "int", "numOfVerts", "=", "0", ";", "public", "int", "numOfFaces", "=", "0", ";", "public", "int", "numTexVertex", "=", "0", ";", "pub...
11,581
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ";", "import", "javax", ".", "media", ".", "opengl", ".", "*", ";", "import", "javax", ".", "media", ".", "opengl", ".", "awt", ".", "*", ";", "import", "javax", ".", "swing", ".", "*", ";", ...
11,582
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "actions", ";", "import", "java", ".", "lang", ".", "reflect", ".", "*", ";", "import", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ".", "*", ";", "import",...
11,583
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "actions", ";", "import", "java", ".", "lang", ".", "reflect", ".", "*", ";", "import", "javax", ".", "media", ".", "opengl", ".", "*", ";", "import", "javax", ".", "media", "...
11,584
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "actions", ";", "import", "java", ".", "awt", ".", "Component", ";", "import", "java", ".", "lang", ".", "reflect", ".", "*", ";", "import", "java", ".", "util", ".", "*", ";"...
11,585
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "actions", ";", "import", "java", ".", "lang", ".", "reflect", ".", "*", ";", "import", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ".", "*", ";", "import",...
11,586
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "import", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "math", ".", "*", ";", "public", "class", "PrimitiveVertex", "implements", "Cloneable", "{", "private",...
11,587
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "import", "java", ".", "lang", ".", "reflect", ".", "*", ";", "import", "java", ".", "util", ".", "*", ";", "import", "net", ".", "java", ".", "joglutils", ".", ...
11,588
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "import", "java", ".", "util", ".", "*", ";", "import", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "nodes", ".", "*", ";", "public", "class", "Path", ...
11,589
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "public", "interface", "Time", "{", "public", "void", "update", "(", ")", ";", "public", "double", "time", "(", ")", ";", "public", "double", "deltaT", "(", ")", ";...
11,590
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "public", "class", "StateIndex", "{", "private", "int", "index", ";", "StateIndex", "(", "int", "index", ")", "{", "this", ".", "index", "=", "index", ";", "}", "in...
11,591
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "import", "javax", ".", "media", ".", "opengl", ".", "*", ";", "import", "javax", ".", "media", ".", "opengl", ".", "glu", ".", "GLU", ";", "import", "static", "j...
11,592
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "import", "java", ".", "util", ".", "*", ";", "import", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "elements", ".", "*", ";", "public", "class", "Stat...
11,593
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "public", "class", "PickedPoint", "extends", "PrimitiveVertex", "{", "private", "Path", "path", ";", "public", "Object", "clone", "(", ")", "{", "PickedPoint", "point", "...
11,594
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "public", "class", "SystemTime", "implements", "Time", "{", "private", "static", "final", "int", "DEFAULT_NUM_SMOOTHING_SAMPLES", "=", "10", ";", "private", "long", "[", "]...
11,595
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "misc", ";", "public", "interface", "TriangleCallback", "{", "public", "void", "triangleCB", "(", "int", "triangleIndex", ",", "PrimitiveVertex", "v0", ",", "int", "i0", ",", "Primitive...
11,596
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "math", ";", "public", "class", "NonSquareMatrixException", "extends", "RuntimeException", "{", "public", "NonSquareMatrixException", "(", ")", "{", "super", "(", ")", ";", "}", "public",...
11,597
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "math", ";", "public", "class", "Rotf", "{", "private", "static", "float", "EPSILON", "=", "1.0e-7f", ";", "private", "float", "q0", ";", "private", "float", "q1", ";", "private", ...
11,598
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "math", ";", "public", "class", "Mat2f", "{", "private", "float", "[", "]", "data", ";", "public", "Mat2f", "(", ")", "{", "data", "=", "new", "float", "[", "4", "]", ";", "...
11,599
[ "<s>", "package", "net", ".", "java", ".", "joglutils", ".", "msg", ".", "math", ";", "public", "class", "SingularMatrixException", "extends", "RuntimeException", "{", "public", "SingularMatrixException", "(", ")", "{", "super", "(", ")", ";", "}", "public", ...