31,001 Topics

Member Avatar for
Member Avatar for LiBOC

Hi guys, Most of the codes for my Java applet is done. But I couldn't figure out how do we actually convert a hand written maths formula into java programming's syntex. Any advice and guides on this? Or what keywords u use to search the internet to find such things? …

Member Avatar for server_crash
0
171
Member Avatar for Cap

I'm having a problem with getting info from a county government site that uses a Java applet. I'd appreciate any help in solving this information retrieval issue, as the people I talk to at the county don't seem to be very technically literate, although I'm probably not either. To verify …

Member Avatar for jwenting
0
146
Member Avatar for maczu.pikczu

Hi I have this little app in java that looks like that : [IMG]http://img399.imageshack.us/img399/2046/wardrobe6cd.jpg[/IMG] Its a JFrame a ScrollPane inside and a JTable in it. I'd like to have an image displayed uder the table but I have no clue how to do this (I'm a begginer whit java) the …

Member Avatar for maczu.pikczu
0
164
Member Avatar for princy

i have created my application using java in netbeansIDE4.1(connecting with quick books,derby).how do i package or bundle my application using netbeanIDE4.1?other than jar file. please do help me.

Member Avatar for iamthwee
0
126
Member Avatar for jigvesh

Well, I am working on Linux and i need to install some editor that makes my GUI programming with Swings easier. Any suggestions for some free and hassle free downloads from the net... :rolleyes:

Member Avatar for jwenting
0
59
Member Avatar for sam1

hi how would i add the following code to the end of the JFrame, as at the top I have three JMenu and in middle nothing : - [CODE]JLabel label = new JLabel("My Status"); JComboBox mycom = new JComboBox(); mycom.addItem("Online"); mycom.addItem("Busy"); mycom.addItem("Away");[/CODE] thanks

Member Avatar for jwenting
0
99
Member Avatar for sam1

hi all, How many styles/LookAndFeel can you change a JFrame to? I did some research and i can do mine into three : Metal, Windows and motif. are there anymore ? thanks

Member Avatar for jwenting
0
103
Member Avatar for hemanth.balaji

Hi, I get the following error when I connect to the Sybase database from my web-app. I put Set chained off in the procedure and nothing happenend. There seems to be a probelm in the Java Side. Exception : ------------ com.sybase.jdbc2.jdbc.SybSQLException: Stored procedure 'p_inter_status_dz' may be run only in unchained …

0
72
Member Avatar for Rajnesh

Does the comparison operator also compares data types... the following program gives the output Equals..Please advise... class Check{ public static void main(String[] args){ int numA=100; double numA=100; if(numA==numB) System.out.println("Equals"); else System.out.println("Not Equal"); } }

Member Avatar for Rajnesh
0
169
Member Avatar for jiaqi

>how do u insert nth square into a complicated formulea? like p={d[I(1+I)*n-th power]}/{(1+I)*n-th power-1} izzit [static int power(doubleb,doublen){ if (n==0) return 1; else{ int p=power (b, n/2); if (n%2==0) return p*p; else returnp*p*b; }] And this statement [cal.addActionListener(this);] the same as [System.out.println("cal");]?

Member Avatar for jiaqi
0
102
Member Avatar for ewidjdj

Hi anyone, I've got a problem with my program. The prob is connecting Java program to mySQL database. At the moment I'm using Java Netbeans IDE 4.1. Hopefully I can got a reply asap... Thanks a lot by the way :-|

Member Avatar for sam1
0
50
Member Avatar for Phaelax

I'm using JMF to transmit webcam data to another pc. I'm not using another thread yet, but I'm assuming that ServerSocket.accept() will hault the program until something attempts to connect to it? It seems to connect ok, but I dont get any video, just a black screen. So maybe the …

0
71
Member Avatar for D Nagesh

[COLOR=Silver]Hello Guys and Gals,[/COLOR], Here is my first query on daniweb 1) Can we implement a Firewall through Java. Actaually I want to restrict some of the sites from accessing, on my network. If we can then please guide me... I am familiar with all of the Java and J2EE …

Member Avatar for Phaelax
0
108
Member Avatar for Rajnesh

can anyone help me out. Java Swing GUI's opens really slower than C# forms...is there anything to be done in the code. and in Applets tooo is is really slower even if you just minimise n maximise the browser...in Applications the components are not seen unless u resize the form...anyone …

Member Avatar for Rajnesh
0
89
Member Avatar for sanjay_scjp

Hello Dani I wanna make a text based editor that's why i make a java program. there is little bit a problem i already made menu bar bt i coudn't give the actions like in file menu :- New, Open, Save, Exit in edit menu :- Undo, Cut, Copy, Paste …

Member Avatar for Phaelax
0
108
Member Avatar for jgraca

hi how to pass a variable (click a link) from page1.html to page2.html, and than according with the variabel execute a certain function? (this will be my script in java :o ) Thanks

Member Avatar for jgraca
0
133
Member Avatar for knuckerbuck

i need to do a java program that finds the hypotenuse of a right triangle itried like 5 times but i cant do it can someone plz help me.

Member Avatar for jwenting
0
143
Member Avatar for ravi sundar

hi, i want to build an application that involves all or the core j2ee technologies like jsp, ejb, mvc, struts, jmi etc... or even any good j2ee project suggestions are also welcome...i need good ideas badly as i need to start off soon..well i expect the great java nerds here …

Member Avatar for server_crash
0
126
Member Avatar for makemoneyy

how do i make .INI with .class files? i am trying to create auto installer so user only have to click on icon to install and run the program.... i have looked at some license versions. but they are too expensive for me... is there a freeware version avaliable or …

Member Avatar for jwenting
0
49
Member Avatar for George2

Hello everyone, I am wondering how to transpose a matrix (m * n) with only constant space complexity O (1). (The transpose algorithm should execute/operate on the original matrix.) thanks in advance, George

Member Avatar for jwenting
1
147
Member Avatar for cheenu78

Hi All, I am trying to develop an application which access the Phone Card on the device. There is an Api for that called Java Phone Api. I got a sample program as well which uses Java Phone API, when I try to compile the program on the J2ME toolkit …

Member Avatar for Phaelax
0
113
Member Avatar for sam1

hi in jsp how do i add two numbers that has been inputed by user which is in a text box... thank you

Member Avatar for jwenting
0
190
Member Avatar for bbbilkkk
Member Avatar for jwenting
0
113
Member Avatar for bbbilkkk

i've been stuck with linkedlist, can't get my head to think of how it works...i have and assignement on this. i have a few questions that maibe you guys could help with. I'd appreciate it thanks in advance! 1.sorting numbers 2.takes either an integer or ListNode reference and removes that …

Member Avatar for jwenting
0
64
Member Avatar for PeterX

I have a litle problem please help me whit: I want to write a methode whit one paramter. public int studentInformation(int hour){//How long time(hour) he was at school. - - - - - - --- - - - - - - - - - - - - - - - …

Member Avatar for swapnil_gadkari
0
93
Member Avatar for mozala

This is what i have tried so far and im in the middle of its half way maybe far from the end and have no idea how to continue .And just so u know im a beginner so... public class tutorial { static final int m = 1000; public static …

Member Avatar for swapnil_gadkari
0
134
Member Avatar for Dark_Omen

I was wondering if it would be possible to access the contacts list for a particular user over a pop server. Does anybody know if this is possible? Thanks

Member Avatar for Dark_Omen
0
91
Member Avatar for eliauction

Ok...how bout in java Hi evry1, i need opinion here...im thinking of developing app whether online or for desktop...something like the following 1) [url]http://www.netsuite.com/portal/products/main.shtml[/url] 2) [url]http://www.smartdraw.com/exp/flo/home/[/url] [COLOR=Indigo]For 2), can you pin-point what should i use to create flow-chart, the nice-looking gui, graphic, drag n drop func(desktop app)...what bout for online …

Member Avatar for eliauction
0
483
Member Avatar for tdizzle342

Hi , i was just wondering how you would produce a time delay in java. Bascically all im trying to do is draw a circle in a bunch of random places. Just draw circles way to fast. Here my code import java.awt.*; import hsa.Console; public class Delay { static Console …

Member Avatar for tdizzle342
0
252
Member Avatar for infested13

im new with Swing..im having problem on gridbag layout(my classwork)... im trying to stick a header(label) and a scrollpane(with a JList attach to scrollpane) to a tabbedpane which the outcome may look like [URL=http://www.geocities.com/dogkickass/1.jpg]this[/URL] but for some reason..my scrollpane doesnt want to show up... i need some help and tips …

Member Avatar for server_crash
1
117

The End.