please dont rip this site

Language Java Nosugar Custom Imagine Code Imaginelauncher.java

// 
//	ImagineLauncher class
//	A non functional copy of the Imagine user interface
//
//	Copyright (c) 1997 Sunil Gupta, sunil@magnetic.demon.co.uk
//	placed into the public domain by the author
//
//	Imagine is a trademark and copyright of
//	Impulse Inc, http://www.coolfun.com/
//
import java.applet.*;
import java.awt.*;
import ImagineFrame;

public class ImagineLauncher extends Applet
{
	Button btn_frame;
	
	public void init()
	{
		btn_frame = new Button("Imagine Interface");
		this.add(btn_frame);
	}
	
	
	public boolean action(Event e, Object arg)
	{
		ImagineFrame frame;
		
		if (e.target == btn_frame)
		{
			frame = new ImagineFrame();
			frame.show();
			frame.resize(500,400);
			return(true);
		}
		
		return(false);
	}
}


file: /Techref/language/java/nosugar/custom/imagine/code/ImagineLauncher.java, 0KB, , updated: 1997/1/15 00:50, local time: 2024/5/7 02:48,
TOP NEW HELP FIND: 
3.15.235.104:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.piclist.com/techref/language/java/nosugar/custom/imagine/code/ImagineLauncher.java"> language java nosugar custom imagine code ImagineLauncher</A>

Did you find what you needed?

  PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found
- Page Editors: James Newton, David Cary, and YOU!
* Roman Black of Black Robotics donates from sales of Linistep stepper controller kits.
* Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters.
* Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated!
* Contributors: Richard Seriani, Sr.
 

Welcome to www.piclist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .