Skip to content
Snippets Groups Projects
Commit ef6b2360 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Enhancing manipulation of transition actions

parent ceb101ba
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ public class AvatarSMDTransitionInfo extends TGCWithoutInternalComponent impleme ...@@ -122,7 +122,7 @@ public class AvatarSMDTransitionInfo extends TGCWithoutInternalComponent impleme
// protected String[] codeToInclude; // protected String[] codeToInclude;
protected int minWidth = 10; protected int minWidth = 10;
protected int minHeight = 10; protected int minHeight = 25;
protected int h; protected int h;
protected boolean userResized = false; protected boolean userResized = false;
...@@ -515,7 +515,7 @@ public class AvatarSMDTransitionInfo extends TGCWithoutInternalComponent impleme ...@@ -515,7 +515,7 @@ public class AvatarSMDTransitionInfo extends TGCWithoutInternalComponent impleme
getProbability() ); getProbability() );
//JDialogAvatarTransition jdat = new JDialogAvatarTransition(frame, "Setting transition parameters", guard, afterMin, afterMax, computeMin, computeMax, listOfActions, attributes, methods, filesToInclude, codeToInclude, probability); //JDialogAvatarTransition jdat = new JDialogAvatarTransition(frame, "Setting transition parameters", guard, afterMin, afterMax, computeMin, computeMax, listOfActions, attributes, methods, filesToInclude, codeToInclude, probability);
// jdat.setSize(600, 550); // jdat.setSize(600, 550);
GraphicLib.centerOnParent(jdat, 600, 550); GraphicLib.centerOnParent(jdat, 700, 550);
jdat.setVisible(true); // blocked until dialog has been closed jdat.setVisible(true); // blocked until dialog has been closed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment