/* * frmConvertForImage.java * * Created on December 11, 2003, 4:14 PM */ /** * * @author jaetzel */ import java.awt.*; import java.awt.event.*; import java.awt.datatransfer.*; import java.io.*; import javax.swing.filechooser.*; import javax.swing.*; import java.sql.*; import java.util.StringTokenizer; import java.util.ArrayList; import java.io.File; import javax.swing.event.InternalFrameEvent; import java.util.zip.*; import java.util.Enumeration; public class frmConvertForImage { public static JMatLink engMatLab; private static String strClipName = ""; private Connection conData; private Statement stmSQL; /** Creates a new instance of frmConvertForImage */ public frmConvertForImage() { int intC = 0; engMatLab = new JMatLink(); //initiate connection try { System.loadLibrary("JMatlink"); engMatLab.setDebug( true ); intC = engMatLab.engOpen(); //open connection to MATLAB } catch (Exception e) { e.printStackTrace(); } } /** * @param args the command line arguments */ public static void main(String[] args) { } }