Results 1 to 5 of 5
Thread: Help me! how to program this
- 10-08-2010, 06:45 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 1
- Rep Power
- 0
Help me! how to program this
GUI programming in Java on the computer: multi-mode processing (creating two cells in the coefficients of two polynomials of degree n and order m (a [i], i = 0,1, ..., n and b [j ], j = 0,1, ..., m), the command buttons to add, subtract, multiply two polynomials in and the result into another cell
- 10-08-2010, 06:50 PM #2
Do you have a question about java programming?
- 10-08-2010, 07:16 PM #3
Generally, I'd recommend opening up a code editor (an IDE would be fine, but I'd recommend a more basic text editor for a beginner). First you write the code, then you compile it, and then you presumably will run it (depending on your needs, you may only need to do the first step, but the last two are good indicators of your progress towards accomplishing your final goal).
See also: http://catb.org/esr/faqs/smart-questions.html
- 10-08-2010, 08:20 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,375
- Blog Entries
- 7
- Rep Power
- 17
- 10-08-2010, 08:32 PM #5
Similar Threads
-
changing my program to array working program
By Chewart in forum New To JavaReplies: 39Last Post: 11-18-2009, 06:53 PM -
Execute A program from a Program!
By Moncleared in forum Advanced JavaReplies: 2Last Post: 02-22-2009, 04:17 PM -
Executing a program within a program
By gibsonrocker800 in forum New To JavaReplies: 5Last Post: 05-12-2008, 08:24 AM -
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks