No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
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.
You should check your button iteration too. Have u made sure that it's correct?
Sorry for long absence.... I've got stuck with some work. Hope m still welcomed well :)
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!
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 …
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]
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 …
[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 …
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 …
The End.
bluerose