8283848586878889909192
} private void init() { lineWell = new UIProjectionWell(this); lineWellDefaultColor = lineWell.getColor(); ModelIcon icon = new ModelIcon(this, lineWell); icon.configureLabel(false); setIcon(icon); attachViewToModel(); }
858687888990919293949596
} private void init() { myIcon = new LineTerminationIcon(); myIconDefaultColor = myIcon.getColor(); ModelIcon iconWr = new ModelIcon(this, myIcon); iconWr.configureLabel(false); setSelectable(true); setIcon(iconWr); }