Results 1 to 8 of 8
- 06-24-2012, 05:23 AM #1
Member
- Join Date
- Jun 2012
- Posts
- 7
- Rep Power
- 0
Help with boxing text inside of java console.
I need to print text so there will be a box around it.
I can only use basic variables and commands that were used in a basic hello app. Any help will be very helpful.
PLEASE EXPLAIN CLEARLY
Here is my current code the only thing that i need to change is that when I run it, it should have boxes around both the first two print lines and Name.
public class JPennyLane
{
public static void main(String[] theory)
{
System.out.println("\t\t Ventura Cunty Community College District" );
System.out.println("\t\t\t Ventura College" );
System.out.println("\n\t\t\t\t CS V40" );
System.out.println("\t\t\t Summer of 2012" );
System.out.println("\t\t\t\t Name" );
System.out.println("\n\n\n\n\t\t\t I got it... I got it... I got it..\n\n\t");
}
}Last edited by Happypanda; 06-24-2012 at 05:30 AM.
-
Re: Help with boxing text inside of java console.
- 06-24-2012, 05:37 AM #3
Member
- Join Date
- Jun 2012
- Posts
- 7
- Rep Power
- 0
- 06-24-2012, 06:02 AM #4
Member
- Join Date
- Jun 2012
- Posts
- 7
- Rep Power
- 0
Re: Help with boxing text inside of java console.
Someone please help.
- 06-24-2012, 06:23 AM #5
Member
- Join Date
- Jun 2012
- Posts
- 7
- Rep Power
- 0
Re: Help with boxing text inside of java console.
I need to present this project in two days please someone help! If you help me in 2 hours I will give you a link to the cutest thing ever.
- 06-24-2012, 10:01 AM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,425
- Blog Entries
- 7
- Rep Power
- 17
- 06-24-2012, 11:42 AM #7
Re: Help with boxing text inside of java console.
Why do they call it rush hour when nothing moves? - Robin Williams
-
Re: Help with boxing text inside of java console.
You've yet to explain your problem "clearly". What do you mean by a box around the text.
Also a slight suggestion: when asking for free advice from volunteers, try not to put stipulations in that request (i.e., about explaining clearly). Folks will try to be clear in their answers, but it's up to you to ask appropriate follow-up questions if *you* are unsure of the advice given.
Similar Threads
-
I want to put text outputs in the GUI console.
By illinit in forum New To JavaReplies: 2Last Post: 10-19-2011, 11:21 PM -
How To Get Text From The Console
By anthropamorphic in forum New To JavaReplies: 5Last Post: 08-15-2011, 12:48 AM -
Getting text from inside a jeditorpane inside a jtabbedpane
By captain alge in forum New To JavaReplies: 9Last Post: 04-12-2011, 07:26 PM -
Combo box trouble turning into a boxing match with java
By Embercloud in forum New To JavaReplies: 1Last Post: 01-05-2011, 03:46 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks