Forum: Community Introductions Jun 19th, 2009 |
| Replies: 0 Views: 144 Sorry for long absence.... I've got stuck with some work. Hope m still welcomed well :) |
Forum: Java May 27th, 2009 |
| Replies: 6 Views: 596 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. |
Forum: Java May 27th, 2009 |
| Replies: 11 Views: 571 Sorry...thanx for reminding that. I posted that coz i missed that #7 post by javaAddict. I just noticed that when u said now. If i had seen that earlier i wouldn't have posted what i have posted. M... |
Forum: Java May 27th, 2009 |
| Replies: 11 Views: 571 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! |
Forum: Java May 24th, 2009 |
| Replies: 2 Views: 438 Not completely my code...
I got it from my lecturer and i edit some parts but honestly about file i/o m still bit blur, that's why...
However..i wil try first..Thank you :-) |
Forum: Java May 23rd, 2009 |
| Replies: 2 Views: 438 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... |
Forum: Java May 10th, 2009 |
| Replies: 11 Views: 1,128 Thanks for the efficient input Zibo...i wil kep that in mind...;) |
Forum: PHP May 9th, 2009 |
| Replies: 6 Views: 632 This is a function to make drop down date menus. I hope it's useful for u ;-)
function make_date_menus () {
//array to store the months
$months = array (1 => 'January', 'February', 'March',... |
Forum: Java May 9th, 2009 |
| Replies: 16 Views: 859 Check that site out. It's about multithreaded application with client-client communication. Hope it wil help ;-)... |
Forum: Java May 9th, 2009 |
| Replies: 4 Views: 500 You should check your button iteration too. Have u made sure that it's correct? |
Forum: Java May 9th, 2009 |
| Replies: 11 Views: 1,128 Thank you very much for the input about caret position BestJewSinceJC. This is the final code and it's working. I hope it will be useful for anybody who bumps into the same problem.
import... |
Forum: Java May 5th, 2009 |
| Replies: 11 Views: 1,128 Ok... i am working on it... thank you very much for the suggestions. :-) |
Forum: Java May 4th, 2009 |
| Replies: 11 Views: 1,128 Yes but the DOWN key only wil make it move to the next line. The ENTER key is not supposed to make it move to next line in the textarea right? My problem is that when i press ENTER, the text in... |
Forum: Java May 4th, 2009 |
| Replies: 11 Views: 1,128 Well, when i change this code
if ((e.getKeyCode() == KeyEvent.VK_ALT) && (e.getKeyCode() == KeyEvent.VK_ENTER)) {
txtArea.setText(txtArea.getText());
txtArea.setText("\n");
}
... |
Forum: Community Introductions May 4th, 2009 |
| Replies: 2 Views: 252 |
Forum: Community Introductions May 3rd, 2009 |
| Replies: 2 Views: 252 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.... |
Forum: Java May 3rd, 2009 |
| Replies: 11 Views: 1,128 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... |