
================================================================================
From: SJMR66A@prodigy.com (Carmen Delessio)
Newsgroups: comp.lang.java
Subject: Visual Basic 3.0 to Java  - Gui Builder
Date: 6 Mar 1996 22:07:34 GMT
Distribution: world
Message-ID: <4hl2b6$1662@usenetz1.news.prodigy.com>


VB3Java is now available at http://pages.prodigy.com/SJMR66A/vbtojava.
htm

VB3Java provides the same functionality as VBtoJava, but on an entirely
VB 3.0 base.  You will not need the VB4.0 runtime environment or associated
OCX's.  If you are running VB 3.0, you should be able to run VB3Java without
any problems.

VB3Java will produce a *.jav file and a *.htm file. You will
have to copy these tp *.java and *.html.

A description of VBtoJava and VB3Java follows:
Visual Basic to JAVA is program written in Visual Basic which converts a
Visual Basic Form into Java Source code.  That generated Java Source lays
out the components, and provides the framework to associate your code with an
action on a component.  This allows you to create your Applet visually
in Visual Basic.

VBTOJAVA can be used to quickly prototype Java Applets, to separate
function from User Interface, and to get an introduction to Java.   All
suggestions and comments are welcome, particularly on the generated Java
code.  Please comment on the java code even if you don't like or use VB.

It includes conversion of textboxes, buttons, list boxes, combo boxes,
radio buttons, check boxes, clickable images, shapes and lines,
passwordchar recognition, color controls, scroll bars, and timers.

Example programs include a color selector, graphics example, font
example, clickable images, and a hangman game.

Thanks,
Carmen
sjmr66a@prodigy.com

