Results 1 to 2 of 2
Thread: "A Simple Task"
- 12-03-2011, 07:59 PM #1
Archpope
- Join Date
- Nov 2011
- Location
- Sweden
- Posts
- 1
- Rep Power
- 0
"A Simple Task"
Hello!
This week, in my programming-class, we got a new assignment. It's all probably very, very basic, but this is our first programming-class, so our skills are slightly rudimentary, but it is still too much to manage on our own. However, this wouldn't be a real problem, since it is a course where we are supposed to learn all this. BUT, to actually achieve higher grades, we are not allowed to ask our teacher for help or guidance. (which to me sounds completely insane, but there it is.) So, here I am, instead asking around on a forum. Of course, this is all concerning Java-programming.
Our assignment is as follows:
Simple Texteditor in Java
Your ask is to create a simple "singe-line texteditor". You may choose if the user should be asked for a file to be edited, or if you use a specifik filename in the code. The full content of the file shall be shown and then the user gets to input one, or several lines that will be added to the end of the file.
Hint: You will need to learn how to read and write text in files, in Java.
Suggestions on improvement:
- Ask the user for a filename in an ordinary input dialog, command line arguent, or a file requester.
- The possibiity for the user to, in some way, add and/or switch text anywhere in the file.
- GUI - program this to work wit ha GUI, more complicated, but more comprehensible and more appealing.
Note! Comment on the code often, so it is obvious that you understand the code.
That's it!
Of course, it is not my intention that I want someone to do all this for me. It is just that I could need some help or guidance with it, maybe talk through some ideas or similar.
So far, I've understood that we're supposed to use the input/output command, but other then that, well...
Alright, that's about it, thanks for your time, and I hope I can get some help with this!
- 12-03-2011, 08:09 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,375
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
Simple Swing throws Exception in thread "AWT-EventQueue-0"
By sultanofswing in forum AWT / SwingReplies: 3Last Post: 10-29-2010, 09:20 PM -
Simple "if" statement problem....compiling error.
By CYANiDE in forum New To JavaReplies: 4Last Post: 10-14-2009, 09:56 PM -
Convert " ü " into simple " u "
By nitinb4u in forum New To JavaReplies: 4Last Post: 02-23-2009, 08:35 AM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks