How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests
Vacation Rental Site Clone
By meti on Jul 21
Max Bid: Open to fair suggestions


Website Automation
By comerulo on Jul 21
Max Bid: Open to fair suggestions


Friendster -like site
By meti on Jul 21
Max Bid: Open to fair suggestions


Rainfall Program (JAVA)
By amrit69 on Jul 21
Max Bid: Open to fair suggestions


Add-on Utility
By CactusJack on Jul 21
Max Bid: $100


Monitor Website
By jamserra on Jul 21
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(154 open)
   Access 
(55 open)
   MySQL 
(85 open)
   Oracle 
(12 open)
   SQL Server 
(59 open)
   Other DB 
(16 open)
Documentation / Tech Writing 
(23 open)
   Language (Human) Translations 
(3 open)
Data Entry 
(32 open)
Game Development 
(24 open)
Graphics / Art / Music 
(54 open)
   Graphics 
(59 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(29 open)
     Adobe Premiere 
(6 open)
     3d Animation 
(19 open)
   Art (Misc.) 
(21 open)
   Music 
(14 open)
   Photography 
(2 open)
   3d Modeling 
(16 open)
Language Specific 
(108 open)
   ASP 
(56 open)
   ASP .NET 
(35 open)
   C# 
(47 open)
   C++ / C 
(119 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(9 open)
   Delphi 
(49 open)
   Java 
(67 open)
   JSP 
(15 open)
   Perl 
(42 open)
   PHP 
(92 open)
   XML/XSL 
(31 open)
   Visual Basic 
(146 open)
   Visual Basic .Net 
(69 open)
   Other 
(64 open)
Misc 
(35 open)
   CAD 
(6 open)
MultiMedia 
(39 open)
   Video Editing 
(7 open)
Network 
(41 open)
   Network Design 
(7 open)
   Network Implementation 
(9 open)
Platforms 
(70 open)
   Windows 
(164 open)
     MS Exchange 
(4 open)
     MS Office 
(11 open)
     Other 
(7 open)
   Darwin 
(1 open)
   Internet Browser 
(46 open)
   Linux 
(67 open)
   UNIX 
(29 open)
   Hand Held/PDA Programming 
(10 open)
Requirements 
(15 open)
Security 
(42 open)
Testing / Quality Assurance 
(24 open)
Web 
(161 open)
   Page Design 
(80 open)
   Flash 
(46 open)
   Web Services 
(70 open)
   Web (Other) 
(76 open)
Training 
(14 open)
   Computer Based 
(9 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Java Drawing Package
Bid Request Id: 6620
Bookmark in my 'To Do' list
Posted by: KingCantona (4 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 30.00%
Buyer Security Verifications: Good
Approved on: Dec 17, 2001
4:41:23 PM EDT
Bidding Closes: Dec 31, 2001
4:54:00 PM EDT
Viewed (by coders): 448 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Graphics / Art / Music, Language Specific, Java
Enter chat room for this bid request
(0 active users at Jul 21, 2003 4:29:49 PM EDT)

Description:
You are required to complete the provided code (see zip file). The program allows shapes to be placed on the screen, then filled, unfilled, moved, resized, and deleted. The shapes are: circle, square, line. The shapes can be resized, so can also represent ovals and rectangles. The functions of the buttons are:
up - move shape up by 20 pixels
down left right - similar to up.
wider - widen a shape by 20 pixels.
narrower, taller shorter - similar to wider.
fill/unfill - makes shape solid/outlined (does not apply to text shapes - see below)
delete - remove shape from screen (and memory)
Selecting a shape
The shape with its centre nearest to a mouse-click is selected.
Creating a shape.
Clicking one of the buttons causes a standard-sized shape to be placed at the top left of the drawing area.
Complete the coding, in an object-oriented manner, so that the above buttons work properly.


Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.

You are required to complete the provided code (see zip files). The program allows shapes to be placed on the screen, then filled, unfilled, moved, resized, and deleted. The shapes are: circle, square, line. The shapes can be resized, so can also represent ovals and rectangles. The functions of the buttons are:
up - move shape up by 20 pixels
down left right - similar to up.
wider - widen a shape by 20 pixels.
narrower, taller shorter - similar to wider.
fill/unfill - makes shape solid/outlined (does not apply to text shapes - see below)
delete - remove shape from screen (and memory)
Selecting a shape
The shape with its centre nearest to a mouse-click is selected.
Creating a shape.
Clicking one of the buttons causes a standard-sized shape to be placed at the top left of the drawing area.
Complete the coding, in an object-oriented manner, so that the above buttons work properly.

Advanced facility(1)
Provide a 'TextRectangle' . This is a like a square, but displays a one-line string of text inside a rectangle. Buttons - which exist already - cause the text to copied from a TextRectangle into a TextField and vice-versa, to allow editing. A TextRectangle cannot be shrunk to smaller than 50 by 50 pixels.
Provide a VerticalText class. This is like a TextRectangle, but displays its text in a vertical column, one character wide, like:
t
h
i
s
Drawing a character around 20 pixels lower than the previous one will suffice.

The following buttons are already provided for the advanced facilities:

text - should create a new TextRectangle object.
vert text - should create a new VerticalText object.
To Shape - copies all the text in the single-line TextField into the selected text shape.
From Shape - copies all the text in the selected text shape into the single-line TextField - where it can be edited.
Advanced facility(2)
Using the provided menu options, provide a facility for saving all the shapes on the screen into a file, and for reloading them from a file to the screen.

Please note that the provided code (in zip file) MUST be used in the program and not altered in any way, only added to, in order to produce the working application.


Special Conditions / Other:
The project must be entirely completed by 15th January 2002.

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
kurtn
(32 ratings)
in Norcross, Georgia
United States
Bid id: 72,785
 
$20 (USD) Dec 18, 2001
5:40:26 PM EDT
 9.62
(Excellent)
   
I am a Sun Certified Java Programmer and Oracle Certified Enterprise Java Developer with over 6 years professional experience performing Java and C++ development.
I can have this program completed within 24 hours of acceptance of my bid.
If you wish I can implement 1 of the features (that you specify) in compiled format to provide a demo.
 
 
 
 
  See 2 private reply(ies)
to/from kurtn.
 




Quick Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.96 on 112 jobs 
Anuj Gakhar
Rated a 9.97 on 102 jobs 
Buddies
Rated a 9.83 on 81 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Maxnet Technologi es Private Limited
Rated a 9.92 on 74 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.