Java Programmers, Check This Simple Application And Evaluate It.

A Member? Please Login  
type your username and password to login
Date: November 19, 2008, 08:26 AM
262531 members and 159879 Topics
Latest Member: GPStracker
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming (Moderator: Dual Core)  |  Java Programmers, Check This Simple Application And Evaluate It.
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Java Programmers, Check This Simple Application And Evaluate It.  (Read 329 views)
SayoMarvel (m)
Java Programmers, Check This Simple Application And Evaluate It.
« on: November 29, 2007, 06:57 PM »

I attached one simple application to this post. Do you believe that I develpoed it in a day? The Idea, the colors, everything. Awesome! Evaluate It. Its just a simple program (that's why its free) but its still useful. You can use it to calculate the determinant of a 3 by 3 square maltrix. Its very easy. Just type the values in each cell and click calculate. It comes with source code so that young programmers on this forum can learn from it. I wrote it because of them. Remember that  you need to hava JDK on your PC to run it. You are free to modify the source code. You can also add it to your website but don't forget that I wrote the program. Please evaluate this program. You can send your comments to marvelindaclub@yahoo.com
I can help you develop your huge projects at an afoordable price.

Determinant.zip
* Determinant.zip (69.14 KB - downloaded )
opensource (m)
Re: Java Programmers, Check This Simple Application And Evaluate It.
« #1 on: November 30, 2007, 01:10 PM »

good work , i will check this out and give evaluation,  I love programming games with Java
Shimao (m)
Re: Java Programmers, Check This Simple Application And Evaluate It.
« #2 on: December 02, 2007, 11:51 PM »

Nice work you done here.but there were one or two i noticed which i thought i should bring to your attention.

All of your textboxes had default text in them and i was kind of surprised these texts were not cleared when the textbox in question received focus.thus i had to delete the default text before entering my test values.This is not at all user friendly.
Solution 1: There is an event listener class, "FocusListener" in package java.awt which you could have used.It declares 2 methods: "public void focusGained" and "public void focusLost". you'll just implement the focusGained method to set the text of the event source to an empty string like this:
public void focusGained(FocusEvent event){
    event.getSource().setText() == "";
}
then register it to the textbox - your JTextField like this myBox.addFocusListener(FocusListener f).Better still you could use a focusAdapter class and just override the "foucsGained" method.
And please be gentle with the colours.
Once again. Nice work.

SayoMarvel (m)
Re: Java Programmers, Check This Simple Application And Evaluate It.
« #3 on: December 03, 2007, 04:02 PM »

Shimao thank you for your observation. I have already considered the colors and I have updated the application. The update has an appearance panel with threee radio buttons, "Old School", "Bold 'n' Colourful" & "Sayo". The Old School radio button takes away all the colours. While the sayo radio button sets the whole colors to one single color(blue). The update is actually a show-off of Look and Feel, MouseMotionListener (for highlighting buttons when the pointer is on them), Boardered Panel with title string e.t.c. I first accessed your reply on mobile phone so it was not so clear, so I have to browse on a PC. Now every thing is perfectly clear to me. I shall update it tomorrow and paste it here. When I saw you point concerning the default text, the first thing that came to my mind was to use MouseMotionListener so that the text automatically disappears when the pointer is on the text fields. So thank you for calling my attention to use focus because it would have been a long code, you know? But that focus is just a few lines. Once again thank you.
t_edoja (m)
Re: Java Programmers, Check This Simple Application And Evaluate It.
« #4 on: December 04, 2007, 07:33 AM »

Well your program is good, but you still have a lot to learn. Evaluate my web based Instant Messenger Program here http://tchatng.com
dapor
Re: Java Programmers, Check This Simple Application And Evaluate It.
« #5 on: December 04, 2007, 01:39 PM »

hi, d program was cool and i applaud ur creativity. hw ever there are some little probs with ur graphics meaning ur choice of  colors.
nw u can as well work on your focus listeners which sb has mentioned afore.
cool. keep ur head up
dapo
SayoMarvel (m)
Re: Java Programmers, Check This Simple Application And Evaluate It.
« #6 on: December 04, 2007, 07:02 PM »

I need someone to teach me how to by-pass that security frame and access the main program, assuming the source code and the class files are not supplied with the program. I know that security is a weak one but like what kind of people are capable of breaking such. please teach me if you can.
SayoMarvel (m)
Re: Java Programmers, Check This Simple Application And Evaluate It.
« #7 on: December 06, 2007, 07:24 PM »

Due to the comments and complaint about the determinant program, i had to update the program. here is the update. I have attached it to this post. please evaluate it. marvelindaclub@yahoo.com

Determinant.zip
* Determinant.zip (196.99 KB - downloaded )
 I Need A Very Good Database Administrator!  My Software Can Help Any Bank Save #10bn (ten Billion Naira) In Ten Years!  New To Programming: Help Needed  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.