Skip to content

Commit

Permalink
Now requires a lighter version of MSD
Browse files Browse the repository at this point in the history
  • Loading branch information
apocist committed Aug 6, 2014
1 parent d344cce commit 33ea467
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry combineaccessrules="false" kind="src" path="/MAL Signature Designer Lite"/>
<classpathentry kind="lib" path="lib/MSDlite.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file added lib/MSDlite.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import javax.swing.filechooser.FileNameExtensionFilter;
import javax.swing.tree.DefaultMutableTreeNode;

import com.inverseinnovations.MALSignatureDesigner.TextFont;
import com.inverseinnovations.MALSignatureDesignerLite.TextFont;
import com.inverseinnovations.VisualMALSignatureDesigner.Main;

public class AddText extends BuildingBlock {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import javax.swing.SwingUtilities;
import javax.swing.WindowConstants;

import com.inverseinnovations.MALSignatureDesigner.Signature;
import com.inverseinnovations.MALSignatureDesignerLite.Signature;

/**
* Creates and manages the JFrame of the visible Signature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.awt.Color;
import java.awt.image.BufferedImage;

import com.inverseinnovations.MALSignatureDesigner.*;
import com.inverseinnovations.MALSignatureDesignerLite.*;
//TODO update when Block ediited, block added, block deleted, block moved(?)
public class Main {
public ImageWindow ImageWindow;
Expand Down

0 comments on commit 33ea467

Please sign in to comment.