Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 14th, 2005, 1:12 PM   #11
stevengs
Professional Programmer
 
stevengs's Avatar
 
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4 stevengs is on a distinguished road
sounds like you got a lot of catchin'-up to do. In this situation (as usual) there are many ways to skin the cat. What approach die the Instructor recommend? Are you allowed to use any available prefabbed libraries?

I would probably start with AWT. Does AWT ring a bell?

http://java.sun.com/j2se/1.4.2/docs/.../Graphics.html
__________________
-Steven
"Is this a piece of your brain?" - Basil Fawlty
stevengs is offline   Reply With Quote
Old Aug 14th, 2005, 1:55 PM   #12
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
There may be more to learn here than programming. The perils of procrastination, partying, and panty raid distractions may be one of them. Can't say for sure, of course, but 23 programs sounds like something that would have been assigned in advance with at least sufficient time allotted.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 14th, 2005, 2:08 PM   #13
Hadrurus
Newbie
 
Hadrurus's Avatar
 
Join Date: Aug 2005
Location: Northampton, England
Posts: 8
Rep Power: 0 Hadrurus is on a distinguished road
Send a message via MSN to Hadrurus
Dont think I know of AWT, thanks for the link though stevengs - most helpful

The original assignment was to write three rather complex programs but I fell behind mid term on three assignments from other modules and so had to decide which ones to focus on, this one being my worst as my programming skills are fairly poor I decided to pass the others and unfortunately failed this one. But my re-assignment caught me off guard instead of writing three programs I now have to write twenty three

Thus far I have written 10 of them, and started all but four. The deadline is end of the month but I have a lot of travelling to do this month and a few other various time consuming obligations (though obviously this takes priority).
__________________
-Hadrurus
Even if the voices aren't real, they have some good ideas.
Hadrurus is offline   Reply With Quote
Old Aug 14th, 2005, 7:07 PM   #14
stevengs
Professional Programmer
 
stevengs's Avatar
 
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4 stevengs is on a distinguished road
   {   signOffField.setText("Thankyou");
       
   }
}}
Btw, your braces are still somewhat misaligned in that last proggy. Nothing critical, but you start a block for no apparent reason (unless i am missing something). I believe this is what you want:

   signOffField.setText("Thankyou");
}

Hehe... if I were to be ugly, I might guess that you had just deleted braces until the compiler stopped complaining instead of studying the logic of the program and then correcting the syntax. But I reckon I aught ta go ahead and give you the benefit of the doubt...
__________________
-Steven
"Is this a piece of your brain?" - Basil Fawlty
stevengs is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:13 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC