You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<nodeTEXT="Tutorial-o-Matic for Freeplane!!
Tutorial-o-Matic is an AddOn for Freeplane that gives the user the possibility to create his/her own tutorials."ID="ID_1642042079"CREATED="1632150064153"MODIFIED="1632150064153"/>
153
+
<nodeTEXT="Tutorial-o-Matic for Freeplane!!
Tutorial-o-Matic is an AddOn for Freeplane that gives the user the possibility to create his/her own tutorials."ID="ID_1642042079"/>
<attributeNAME="addons.${name}.ActionInstruction1"VALUE="<html>In submenu <b>{0}</b><br>click on <b>{1}</b></html>"/>
335
335
<attributeNAME="addons.${name}.ActionInstruction2"VALUE="<html>You can also use de keyboard shortcut <b>{0}</b> for this command</html>"/>
<nodeTEXT="Package add-on for publication"ID="ID_806418866"CREATED="1632150064159"MODIFIED="1632150064159"LINK="menuitem:_addons.devtools.releaseAddOn_on_single_node">
602
+
<nodeTEXT="Package add-on for publication"ID="ID_806418866"LINK="menuitem:_addons.devtools.releaseAddOn_on_single_node">
gridy : GridBagConstraints.RELATIVE, // Relative -> The value RELATIVE specifies that the component be placed just below the component that was added to the container just before this component was added.
38
+
gridwidth : 1, // Specifies the number of cells in a row for the component's display area.
39
+
gridheight : 1, // Specifies the number of cells in a column for the component's display area.
40
+
weightx : 1, // Specifies how to distribute extra horizontal space.
41
+
weighty : 1, // Specifies how to distribute extra vertical space.
42
+
anchor : GridBagConstraints.PAGE_START, // This field is used when the component is smaller than its display area. It determines where, within the display area, to place the component.
43
+
fill : GridBagConstraints.HORIZONTAL, // This field is used when the component's display area is larger than the component's requested size. It determines whether to resize the component, and if so, how.
44
+
insets : newInsets(5,2,5,2), // This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
45
+
ipadx : 0, // This field specifies the internal padding of the component, how much space to add to the minimum width of the component. The width of the component is at least its minimum width plus ipadx pixels.
46
+
ipady : 0// This field specifies the internal padding, that is, how much space to add to the minimum height of the component. The height of the component is at least its minimum height plus ipady pixels.
0 commit comments