Search Results

Showing results 1 to 31 of 31
Search took 0.01 seconds.
Search: Posts Made By: C41R0
Forum: Java May 12th, 2009
Replies: 13
Views: 746
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
thanks a lot stephen, it really helped me out
Forum: Java Jul 10th, 2008
Replies: 3
Views: 2,748
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
understood, thanks a millions
Forum: Java Jun 13th, 2008
Replies: 6
Views: 1,574
Posted By C41R0
thanks for the website, it's helped me a lot
Forum: Java Jun 13th, 2008
Replies: 6
Views: 1,574
Posted By C41R0
i've tried that, but the paste() seem not working

((JTextArea)e.getSource()).paste();
Forum: Java Jun 13th, 2008
Replies: 6
Views: 1,574
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
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
Solved: GridBagLayout
Views: 1,339
Posted By C41R0
understood! thanks a millions :)
Forum: Java Jun 10th, 2008
Replies: 8
Solved: GridBagLayout
Views: 1,339
Posted By C41R0
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
Solved: GridBagLayout
Views: 1,339
Posted By C41R0
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
Solved: GridBagLayout
Views: 1,339
Posted By C41R0
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
Solved: GridBagLayout
Views: 1,339
Posted By C41R0
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
Posted By C41R0
errr... can you tell me what DDL is ? sorry for being unwisdom
Forum: Oracle Jun 7th, 2008
Replies: 4
Views: 1,820
Posted By C41R0
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
Posted By C41R0
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
Posted By C41R0
.
.
.
.

button1.setIcon(pic1);
button1.setToolTipText("Open File");
toolBar.add(button1);

button2.setIcon(pic2);
Forum: C++ Feb 13th, 2008
Replies: 4
Solved: c++ calculation
Views: 1,068
Posted By C41R0
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
Solved: c++ calculation
Views: 1,068
Posted By C41R0
thanks lot ^^
i have learnt something new :)
Forum: C++ Feb 13th, 2008
Replies: 4
Solved: c++ calculation
Views: 1,068
Posted By C41R0
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
Posted By C41R0
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.
Showing results 1 to 31 of 31

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC