Some functions may return an error with some implementation, as not all implementations support all capabilities.
The implementation is select by loading dynamically the proper guiFactory as in
guiFactory = (GuiFactory) Class .forName("FESI.awtgui.AwtGuiFactory") .newInstance();Or by loading the BasicIOs or BasicIOw extension.
All other code should not refer directly to AWT or Swing classes, to ensure that FESI can compile and be distributed with only one of those classes.