Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/ItemWriter.java

    r919 r1102  
    2828import org.expeditee.items.Picture;
    2929import org.expeditee.items.Text;
    30 import org.expeditee.items.widgets.InteractiveWidget;
     30import org.expeditee.items.widgets.Widget;
    3131import org.expeditee.items.widgets.WidgetEdge;
    3232
     
    115115        }
    116116
    117         protected void writeWidget(InteractiveWidget toWrite) throws IOException {
     117        protected void writeWidget(Widget toWrite) throws IOException {
    118118        }
    119119
Note: See TracChangeset for help on using the changeset viewer.