for (String s: JSONObject.getNames(fLogics.getJSONObject(fType))) subtype.add(s);
} catch (JSONException e) {
System.err.println("Error parsing the editor preset logics");
System.err.println(e.getMessage());
}
subtype.select(fSubType);
subtype.resize(new Vector2f(155, 24));
addChild(subtype, 9);
fLogicPane = new LogicPane();
fLogicPane.position(new Vector2f(0, 56));