Shell « JInternalFrame « Java Swing Q&A





1. Eclipse SWT Shell to JInternalFrame    stackoverflow.com

I'm starting to work with Eclipse SWT and I have the following questions. The next class opens a window with the word document referenced in the "archivo" variable.

import java.io.File;

import javax.swing.JInternalFrame;

import org.eclipse.swt.SWT;
import org.eclipse.swt.SWTError;
import ...