Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached

9 Posted Topics

Member Avatar for joshmo

You need to understand the logic of those equation first and use the javadocs (api) to help you with the functions available to solve mathematical problems.

Member Avatar for JamesCherrill
1
1K
Member Avatar for ndoe

You should check your button iteration too. Have u made sure that it's correct?

Member Avatar for ndoe
0
80
Member Avatar for bluerose

Sorry for long absence.... I've got stuck with some work. Hope m still welcomed well :)

0
50
Member Avatar for f.damati

Basically displaying text on jTextArea is not a difficult thing to do. Maybe there is a minute error to be fixed. Pls post your code so that we can check it!

Member Avatar for javaAddict
0
188
Member Avatar for bluerose

When you click save in this program , it is saved nicely but the txt file being saved is all in one line. How can i overcome this matter? Just FYI, when anyone try to save, dun forget the file extension (*.txt) [CODE=java] import java.io.*; import java.awt.*; import java.awt.event.*; import …

Member Avatar for bluerose
0
146
Member Avatar for Der_Kaiser

Check that site out. It's about multithreaded application with client-client communication. Hope it wil help ;-) [url]http://book.javanb.com/sillsoft-Press-Java-instantcode-developing-applications-using-java-nio/LiB0009.html[/url]

Member Avatar for BestJewSinceJC
0
178
Member Avatar for trizzy9

This is a function to make drop down date menus. I hope it's useful for u ;-) [CODE=php] function make_date_menus () { //array to store the months $months = array (1 => 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'); print '<select name="month">'; foreach($months as $key …

Member Avatar for BzzBee
0
246
Member Avatar for bluerose

[COLOR="Green"]Hello all.. I have a problem with my program in here. I am making a chatting application and i just need a final touch. This is the code snippet i make to represent my problem. First, i'd like to tell that i want to make the sending process like the …

Member Avatar for bluerose
0
365
Member Avatar for bluerose

Hi...i am new in this forum and i am glad with all the things provided here. I hope i can also contribute things in here. Well.. a bit about me, m IT student interested in Java and web programming. My hobbies are reading, dancing and swimming. And i work as …

Member Avatar for bluerose
0
36

The End.