public JaspiraEventHandlerCode selectskin(JaspiraActionEvent jae)
{
ActionEvent ae = jae.getActionEvent();
if (ae.getSource() instanceof JaspiraToolbarCombo)
{
JaspiraToolbarCombo combo = (JaspiraToolbarCombo) ae.getSource();
// The skin is the selection item of the combo box
Skin skin = (Skin) combo.getSelectedItem();
if (currentModeler != null)
{
WorkspaceDrawingView view = currentModeler.getDrawingView();