Forum: Java Mar 22nd, 2005 |
| Replies: 6 Views: 7,568 Do you still have that code? |
Forum: Java Mar 21st, 2005 |
| Replies: 6 Views: 7,568 Well to start with number one do you know how to use loops thats how I'd do it if you don't ask. |
Forum: Java Mar 17th, 2005 |
| Replies: 5 Views: 1,989 Heres an example of a couple different ones
/*
* ChoiceTest
* Demonstrates the Choice Component
*/
import java.awt.*; |
Forum: Java Mar 17th, 2005 |
| Replies: 10 Views: 5,122 Is this just as like a novelity program beacuse you can download tools to do that. |
Forum: Java Mar 14th, 2005 |
| Replies: 23 Views: 19,786 Me either I thought you just sat at your computer all day. JK |
Forum: Java Mar 11th, 2005 |
| Replies: 23 Views: 19,786 Dunno probly cus thats how they want it to work. |
Forum: Java Mar 11th, 2005 |
| Replies: 3 Views: 4,775 Ive tried this but quit ( I may try again), a program that draws a graph and then the user choses 2 points and then the slope of the line is calculated and outputed |
Forum: Java Mar 10th, 2005 |
| Replies: 26 Views: 8,187 Maybe he works for the government and programs game to use up all the government workers time when there supposedly doing somehting |
Forum: Java Mar 9th, 2005 |
| Replies: 4 Views: 2,605 I don't think I'm understanding do you mean like a GUI? |
Forum: Java Mar 9th, 2005 |
| Replies: 10 Views: 8,346 Making your own programing languge might be intresting but what did you say to use jython? |
Forum: Java Mar 9th, 2005 |
| Replies: 26 Views: 8,187 I know java but I'm not nearly as impresive as server crash |
Forum: Java Mar 5th, 2005 |
| Replies: 22 Views: 12,152 Next dont use caps and use proper english so we can understand, what type of project. |
Forum: Java Mar 1st, 2005 |
| Replies: 15 Views: 5,574 I haven't learned the draw arc method but now I know but the draw line method would give him a broader range of design. |
Forum: Java Mar 1st, 2005 |
| Replies: 15 Views: 5,574 Are you talking about not answering the curve part? Could you just drwa multiple lines making it appear to be a curve only being made up of line segments. |
Forum: Java Mar 1st, 2005 |
| Replies: 6 Views: 20,725 It looks right to me and capitilaztion looks right. |
Forum: Java Feb 26th, 2005 |
| Replies: 5 Views: 9,577 Could you use an Else If type thing. |
Forum: Java Feb 22nd, 2005 |
| Replies: 4 Views: 3,319 ok but how is that info stored? |
Forum: Java Feb 22nd, 2005 |
| Replies: 12 Views: 4,496 There is an explantion of it here (http://www.gotdotnet.com/team/vjsharp/) |
Forum: Java Feb 22nd, 2005 |
| Replies: 19 Views: 3,938 Can you post an exaple of where "best practice" is used? |
Forum: Java Feb 21st, 2005 |
| Replies: 4 Views: 3,319 I have a GUI that displays a graph and I want to have some help with a code that allows you to click a point and then another point and then it draws a line. I need some help with this because I... |
Forum: Java Feb 21st, 2005 |
| Replies: 3 Views: 8,146 I am currently reading a book on java and this is how I do a GUI frame
/*
* GUIFrame
* An extension of Frame that uses a WindowAdapter to
* handle the WindowEvents and is centered.
*/
... |
Forum: Java Feb 21st, 2005 |
| Replies: 3 Views: 1,829 Would you mind posting the full code in the code brackets so I can get a feel for what your trying to do? |
Forum: Java Feb 21st, 2005 |
| Replies: 1 Views: 20,431 This is how I do my lines but I just started java a month ago and it is the only way I have been introduced to.
public void paint(Graphics g) {
g.drawLine(25, 0, 25, 50);
... |
Forum: Java Feb 20th, 2005 |
| Replies: 8 Views: 2,727 I might want to try this task but may I ask what it is for its not a school project or something your getting paid for is it? Also this is posted in the wrong fourm. |
Forum: Java Feb 17th, 2005 |
| Replies: 8 Views: 2,111 are you saving your file name right is it simmalar to another project that might have those commands
This is my 300th post yippie |
Forum: Java Jan 31st, 2005 |
| Replies: 0 Views: 13,469 When this program is run it asks for the coordinate grid points, then it processes that and the result is the run rise and slope. |
Forum: Java Sep 25th, 2004 |
| Replies: 2 Views: 3,618 Is it possible to make a timer that counts down to a cerrtin day and time also is it possible to make it display some where but not in the way |
Forum: Java Aug 16th, 2004 |
| Replies: 2 Views: 2,272 Can some one write me a code that would genarate numbers in a certin pattern? The pattern starts with 1 the next number 11 meaning the last number had one one the next number is 21 meaning the last... |