Results 1 to 4 of 4
Thread: How to insert '{'
- 05-18-2010, 08:14 PM #1
Member
- Join Date
- May 2010
- Posts
- 2
- Rep Power
- 0
How to insert '{'
Hello! I am a beginner in Java.Have to do one project and one of thing i have to do is to insert '{' ,'[','('.
It is simple editor with line and cursor.When the cursor read [ it has to add it to the text
For example: In text: A { B } and the OUT has to be A { B }
I hope u get what i mean!
Thanks in advance
- 05-18-2010, 08:17 PM #2
um, maybe i think I know what you mean, but what you describe.
What do you mean by cursor read [? and are you inserting { [ ( between something?
1. Create a String
2. Research Scanner import
3. Place Scanner Input into String
4. use System.out.print(String Name);:rolleyes: ~ Sno ~ :rolleyes:
'-~ B.S. Computer Science ~-'
- 05-18-2010, 08:24 PM #3
Member
- Join Date
- May 2010
- Posts
- 2
- Rep Power
- 0
It´s prohibiden to use System.out.print(String Name);...
- 05-18-2010, 08:38 PM #4
Similar Threads
-
insert records
By rudravaram in forum JDBCReplies: 3Last Post: 01-03-2010, 05:54 PM -
How to insert a JButton?
By aRTx in forum New To JavaReplies: 1Last Post: 04-02-2009, 09:43 PM -
How to insert large data into database using one insert query
By sandeepsai39 in forum New To JavaReplies: 3Last Post: 02-28-2009, 09:17 AM -
Help with sql insert
By jmorris in forum New To JavaReplies: 6Last Post: 12-02-2008, 07:05 PM -
SQL Insert Help!!!!
By shaungoater in forum New To JavaReplies: 1Last Post: 06-14-2008, 03:14 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks