Forum: Java May 12th, 2009 |
| Replies: 13 Views: 746 thanks for replied, quuba, i appreciated it, but im not allow to write code LifeGame, because LifeGame is only for linking multiples beans to become an application in netbean. |
Forum: Java May 12th, 2009 |
| Replies: 13 Views: 746 Here are the requirements that i need to fulfill:
Life Bean
The Life bean implements the rules of Life. It does not have any user interface: that is supplied by the
Board bean and by ... |
Forum: Java May 8th, 2009 |
| Replies: 13 Views: 746 i missed some info to state, this application is developed by netBean IDE 6.5, it will much more easier to open them by using netBean IDE, any needed information, please let me know |
Forum: Java May 8th, 2009 |
| Replies: 13 Views: 746 sure, no problem, after a day of figuring these issue, i used an insufficient and messy way to get the board from LifeBean to TickerBean to be processed. Would you mind to give comment on this... |
Forum: Java May 8th, 2009 |
| Replies: 13 Views: 746 i tried, it gave me null pointer exception, setBoard() required an non-null object of Board class, which is tickerBoard, my tickerBoard is null.
my initial intention was try to run LifeBean's... |
Forum: Java May 7th, 2009 |
| Replies: 13 Views: 746 ic, no wonder i keep get null from getBoard() method, is there any way to get object from getBoard() inside tickerBean ? my setBoard method will only call in container which is LifeGameJFrame |
Forum: Java May 7th, 2009 |
| Replies: 13 Views: 746 package ce.ass2;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.logging.Level;
import java.util.logging.Logger;
import ce.board.Board;
import... |
Forum: Java Jul 16th, 2008 |
| Replies: 0 Views: 359 i got one UI that created by java, i take it and generate jar file and when i double click that jar file to open the UI only program, it takes around five seconds, its quite long and my computer is... |
Forum: Java Jul 11th, 2008 |
| Replies: 3 Views: 2,748 thanks a lot stephen, it really helped me out |
Forum: Java Jul 10th, 2008 |
| Replies: 3 Views: 2,748 anyone please..... cause i failed to figure out whats going on?
if the detail i've given is unclear, please tell me, i will correct it |
Forum: Java Jul 9th, 2008 |
| Replies: 3 Views: 2,748 when creating jar file i use following command in DOS
jar cf UIA.jar *.class *.jpg *.html *.xml *.jhm *.jar
then i adding manifest by typing following command in DOS
jar cvfm UIA.jar... |
Forum: Java Jun 13th, 2008 |
| Replies: 1 Views: 325 i think i've chosen the longest way to add the deletion onto my system, is there any other way which is more efficient ? and im wondering why only mPane.JTextFields are working, but the rest like... |
Forum: Java Jun 13th, 2008 |
| Replies: 2 Views: 1,322 understood, thanks a millions |
Forum: Java Jun 13th, 2008 |
| Replies: 6 Views: 1,574 thanks for the website, it's helped me a lot |
Forum: Java Jun 13th, 2008 |
| Replies: 6 Views: 1,574 i've tried that, but the paste() seem not working
((JTextArea)e.getSource()).paste(); |
Forum: Java Jun 13th, 2008 |
| Replies: 6 Views: 1,574 im sorry to tell u that, it doesn't work :(
---error message---
cannot find symbol
symbol: method paste()
location: class java.lang.Object
e.getSource().paste(); |
Forum: Java Jun 13th, 2008 |
| Replies: 6 Views: 1,574 currently i am facing a problem for these method. when my program copying or cutting a selected text and paste to another selected area, unexpected result, it paste the selected text to all of the... |
Forum: Java Jun 12th, 2008 |
| Replies: 2 Views: 1,322 can i have more then one JTextArea and JTextField for one inner class (MyUndoableEditListener())?
.
.
MainTabbed mPane = new MainTabbed();
.
. |
Forum: Java Jun 10th, 2008 |
| Replies: 8 Views: 1,339 understood! thanks a millions :) |
Forum: Java Jun 10th, 2008 |
| Replies: 8 Views: 1,339 i got few questions here, will gridwidth affect by anchor ? because sometimes the gridwidth just not working, if i didn't use the anchor, the gridwidth work fine, can you explain to me, i cant get... |
Forum: Java Jun 10th, 2008 |
| Replies: 8 Views: 1,339 hi eranga262154 and Ezzaral, im so sorry for this thread, i've opened a new thread which is more clearer
http://www.daniweb.com/forums/post624520.html#post624520
dear Moderators, please delete... |
Forum: Java Jun 10th, 2008 |
| Replies: 8 Views: 1,339 ok, i have made my previous thread displayed in confusing way, and i cant find the edit, so i open a new thread, im sorry for my previous thread.
okay, now, my UI is designing in 3 columns and 4... |
Forum: Java Jun 9th, 2008 |
| Replies: 8 Views: 1,339 after i added in my JTextArea, everything seem mess up, their position have already run away, whats going on ?
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
... |
Forum: Oracle Jun 7th, 2008 |
| Replies: 4 Views: 1,820 errr... can you tell me what DDL is ? sorry for being unwisdom |
Forum: Oracle Jun 7th, 2008 |
| Replies: 4 Views: 1,820 is it possible for a trigger to handles two tables ?
my question,
"Write a PL/SQL trigger that, on the insertion of a donation, will set its bloodGroup to the donor's blood group if the... |
Forum: Java Jun 4th, 2008 |
| Replies: 2 Views: 621 thanks a lot, Ezzaral, you have help me out from this problem, what a careless mistake i've made |
Forum: Java Jun 3rd, 2008 |
| Replies: 2 Views: 621 .
.
.
.
button1.setIcon(pic1);
button1.setToolTipText("Open File");
toolBar.add(button1);
button2.setIcon(pic2); |
Forum: C++ Feb 13th, 2008 |
| Replies: 4 Views: 1,068 I am sorry, i didn't mean that. i just try to satisfied the question given by my lecturer.
The calculator I am using is on-screen calculator from Windows XP
... |
Forum: C++ Feb 13th, 2008 |
| Replies: 4 Views: 1,068 thanks lot ^^
i have learnt something new :) |
Forum: C++ Feb 13th, 2008 |
| Replies: 4 Views: 1,068 374 / 9 = 41.6 (from calculator )
if in c++, it will become 374 / 9 = 41.555
how do i make the final calculation become 41.6 ?
i've tried ceil() and setprecision(1) , the answer i got quite big... |
Forum: Community Introductions Feb 5th, 2008 |
| Replies: 4 Views: 491 hi,
I'm a computer science student which is still doing my first degree, interested in Java and c++. I hope i can improve my programming skill in this community. |