Results 1 to 4 of 4
Thread: First app; text in a frame
- 07-23-2010, 04:15 AM #1
First app; text in a frame
Hi
I'm trying to creating my first basic application in JCreator. I'm not that familiar with the structure of programing languages so its kind of difficult to know what to do first.
What I would like to do is put a text field in a frame then use some code to have responses generated for what I type.
This is what I have so far. Thanks for your responses.
Java Code:/** * @(#)App2.java * * JFC App2 application * * @author * @version 1.00 2010/7/22 */ import javax.swing.*; public class App2 { public static void main(String[] args) { // Create application frame. App2Frame frame = new App2Frame(); // Show frame. frame.setVisible(true); } }
- 07-23-2010, 06:15 AM #2
Member
- Join Date
- Jun 2010
- Location
- Bangalore,India
- Posts
- 70
- Rep Power
- 0
Why dont you google it?
You will get lots of tutorials..Arun K R,Bangalore,India
:)
- 07-23-2010, 08:26 AM #3
- 07-23-2010, 10:55 AM #4
Member
- Join Date
- Jul 2010
- Posts
- 11
- Rep Power
- 0
I personally struggle(d) with the GUIs coz there is so many examples and each of them is different. Because of that it's hard to get your head around where to start and what should be the structure (at least in my case). I spend really a lot of time learning GUIs :rolleyes:
I personally like these pages most (there might be better ones though):
Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
Java Programming Notes
Java Basics: Table of Contents [First Draft - June 2005]
Similar Threads
-
textfield - printstream - text file - to much text
By keneid in forum New To JavaReplies: 2Last Post: 06-14-2010, 10:18 AM -
Insert text records from text file into a DB
By nicedad in forum JDBCReplies: 8Last Post: 11-06-2009, 06:52 AM -
Returning focus to a frame after hiding another frame
By fletcher in forum AWT / SwingReplies: 7Last Post: 11-02-2009, 06:31 PM -
how to use live validation with autocomplete in dojo text boxes in <s:text box>
By subashm28 in forum Suggestions & FeedbackReplies: 2Last Post: 01-23-2009, 04:09 PM -
Unsupported Content-Type: text/html Supported ones are: [text/xml]
By luislopezco in forum Advanced JavaReplies: 0Last Post: 05-26-2008, 04:26 PM


LinkBack URL
About LinkBacks


Bookmarks