Search Results

Showing results 1 to 34 of 34
Search took 0.01 seconds.
Search: Posts Made By: onsir
Forum: Java May 20th, 2009
Replies: 0
Views: 638
Posted By onsir
I have design report with ireport, if that report i run in netbeans its ok,
but while i move to drive c: got error like this

"error displaying report page. see the console for details"

if i...
Forum: Java Apr 3rd, 2009
Replies: 0
Views: 2,748
Posted By onsir
how to change database at runtime, i use hibernate and spring.
i have make like this

hibernate.cfg.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC...
Forum: Java Sep 1st, 2008
Replies: 1
Views: 3,690
Posted By onsir
Hi, all

How to create report use IReport and Hibernate
I have tried, like this :
:

1. create file hibernate.cfg.xml

xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration...
Forum: Java Jun 9th, 2008
Replies: 0
Views: 4,037
Posted By onsir
how to connet to database using hibernate, because i create hibernate.cfg.xml while is running
i have build simple application for test connection to database using hibernate.
when write...
Forum: Java Apr 11th, 2008
Replies: 3
Views: 2,338
Posted By onsir
is true new me learn hibernate. do you know tutorial is best for learn about properties file.
thanks.
Forum: Java Apr 11th, 2008
Replies: 3
Views: 2,338
Posted By onsir
Hi, all
How to make connection to database more dynamically using hibernate.

Example while my application running, I want to change connection to other server and database name but structure...
Forum: Java Jan 27th, 2008
Replies: 2
Views: 3,092
Posted By onsir
What is i must config java. I'm using java jdk_1.6 update 3 with netbeans 6.0
while i intsall java i used jdk-6u3-nb_0-linux.sh
thanks
Forum: Java Jan 25th, 2008
Replies: 2
Views: 3,092
Posted By onsir
how to take computer name in linux
I had tried this code in Windows Xp, it's Ok. but while i run in linux i got error
"Cannot get computer name java.net.UnknownHostException: comcentos: comcentos"...
Forum: Java Jan 8th, 2008
Replies: 1
Views: 3,854
Posted By onsir
hi,
help me, how to make limit input only two decimal, i used jformattedtext.
example : if i input more than two decimal in jformattedtext, then it can't and automatically delete by backspace.
...
Forum: Java Sep 24th, 2007
Replies: 1
Views: 2,152
Posted By onsir
hi all,
how to detect program is running in my computer.
etc: i have open my program application name is myProgApp, in computer jhon, so if i open again the program that in computer jhon will show...
Forum: Java Sep 3rd, 2007
Replies: 2
Views: 2,328
Posted By onsir
Hi,
how to create trigger in mysql 5 with java.
i have code like this, but still error "
java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your...
Forum: Java Aug 20th, 2007
Replies: 10
Views: 4,613
Posted By onsir
Forum: Java Aug 20th, 2007
Replies: 10
Views: 4,613
Posted By onsir
hello
how to convert string to double, and result is string.
example ;
String code =00000000001;
Double plus =code + 1;
String result =plus; // and result is 0000000002

thanks
Forum: Java Aug 15th, 2007
Replies: 3
Views: 4,976
Posted By onsir
i have tried, but still error or data can't display in jtable



// NewJFrame.java
package newpackage;

import ca.odell.glazedlists.BasicEventList;
import ca.odell.glazedlists.EventList;...
Forum: Java Aug 14th, 2007
Replies: 3
Views: 4,976
Posted By onsir
hai , all
This coding about filter data using jTextFiled and display in jtable, so help me to combine these class be one class.
thanks

//DBAccess.java
import...
Forum: Java Jul 26th, 2007
Replies: 2
Views: 2,584
Posted By onsir
Ok, its has worked, but how to make clear selection if some node hase checked.
i have code
for(int i=0; i<jTree1.getRowCount(); i++){
jTree1.expandRow(i);
jTree1.clearSelection();
...
Forum: Java Jul 25th, 2007
Replies: 2
Views: 2,584
Posted By onsir
hi, all

how to using swing component jtree with jcheckbox in netbeans 5.5
i have got code from this link
http://www.jroller.com/santhosh/date/20050610, but i can't combine with my project

i...
Forum: Java Jul 20th, 2007
Replies: 4
Views: 1,984
Posted By onsir
" Don't generate key upon every request, keep it a constant. "

how make it , where is i put and how i get key for value key variable?
Forum: Java Jul 20th, 2007
Replies: 4
Views: 1,984
Posted By onsir
Hi, all

I have code like this for encrypt - decrypt. but every time i run, result encrypt always different.
so how to value in varible key constant.
then result same every time run

thanks....
Forum: Java Jul 7th, 2007
Replies: 1
Views: 1,157
Posted By onsir
Hi,

i have installed Netbean 5.0 with file jdk-1_5_0_09nb-5_0-win-ml
, but why my Netbean 5.0 IDE is not MDI Application , JFInternal Frame. while a right clik my Project

thanks.
Forum: Java Jul 5th, 2007
Replies: 1
Views: 3,379
Posted By onsir
Hello , all

how to change tab order.
example :
position cursor is now in txtCode, then while i press key tab , cursor move to other component.

thanks.
Forum: Java Jul 4th, 2007
Replies: 2
Views: 2,153
Posted By onsir
Hi, all
how to make status bar in main menu with JFrame using netbeans, and i want to show.
User : A 2007-4-12 into status bar.

thanks
Forum: Java Jul 3rd, 2007
Replies: 8
Views: 7,462
Posted By onsir
Forum: Java Jul 2nd, 2007
Replies: 8
Views: 7,462
Posted By onsir
I have install file jdk-1_5_0_09-nb-5_0-linux-ml.bin
Netbean5-5.0 i save in folder /usr/local/java/netbeans-5.0
jdk i save in folder /usr/local/java/jdk1.5.0_09

i have extract file...
Forum: Java Jun 30th, 2007
Replies: 8
Views: 7,462
Posted By onsir
I have download iReport-2.0.0.tar.gz. so how to install on linux centos 5 or mandriva 2007

thanks
Forum: Java Jun 30th, 2007
Replies: 2
Views: 5,133
Posted By onsir
Hi,
how to make programming for write and read text files with java and netbeans,
and that files automatically save in application folder.

thanks
Forum: Java Jun 29th, 2007
Replies: 8
Views: 7,462
Posted By onsir
where i get jasperreport and ireport for linux, and what files i must be download.
thanks
Forum: Pascal and Delphi May 19th, 2007
Replies: 1
Views: 6,149
Posted By onsir
how to show data from database to treeview.
example: data like this

code Menuname l_evel parent
M01 Maintenance 2 File
M0101 Area ...
Forum: Java May 19th, 2007
Replies: 4
Views: 1,935
Posted By onsir
so how to show in jTable
Forum: Pascal and Delphi Apr 25th, 2007
Replies: 2
Views: 1,233
Posted By onsir
how to make code for access form in many form. and sub menu
exp: I give user can't access form Purchasing, but inventory not.
with character 10
*1 can access
*0 can't access
Forum: Pascal and Delphi Apr 19th, 2007
Replies: 1
Views: 2,196
Posted By onsir
in Main Report I have make formula by the name of @a, then
in sub of report I make formula by the name of @b.
then I wish to make new in main report with the name @c.

where value of formul @c...
Forum: IT Professionals' Lounge Apr 14th, 2007
Replies: 0
Views: 2,113
Posted By onsir
I have Fedora Core 6 linux install
last stepped into choice of Grub boot.
I select;choose Fedora core 6.
I edit kernel / boot / root=LABEL ro vmlinuz-2.6.18-1.2798.fc6xen=/ quite
Afterwards I...
Forum: Java Apr 11th, 2007
Replies: 1
Views: 1,602
Posted By onsir
Hi,
how to using function "for" to show iteration and the result
put in jTextArea or jFrame.
exp: i want to loop value 1 to 10, then
result :
1 (iteration 1)
2 (iteration...
Forum: Java Apr 10th, 2007
Replies: 1
Views: 7,385
Posted By onsir
I have data in mysql database, i'm has succesful for connect, but how to show data in jTable.
help to give me example with very detail, because i'm newbie in java progamming


best regard ...
Showing results 1 to 34 of 34

 


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

©2003 - 2009 DaniWeb® LLC