31,001 Topics

Member Avatar for
Member Avatar for simranjit kaur

ah i am I.T 2nd yr student making my project in core java.Can any one tell how to make event in mind fiddler game (e.g kbc). can any one give me codification in making my project get started.plzzzz results needed...

Member Avatar for peter_budo
0
121
Member Avatar for xolmc

Hi ALL! I need a suggestion/idea how to create a 3D Tag Cloud in Java (exactly like shown here: [URL="http://www.adesblog.com/2008/08/27/wp-cumulus-plugin/"]http://www.adesblog.com/2008/08/27/wp-cumulus-plugin/[/URL]) , could you help, please?

0
27
Member Avatar for surk23

My program has 8 JButtons and 1 JTextField. Each button should change the text in the text field to something different. I started out having an action listener for each button but i would like to link all the buttons to just 1 action listener and have it recognise which …

Member Avatar for tong1
0
1K
Member Avatar for Anand111
Member Avatar for jon.kiparsky
-1
55
Member Avatar for emmas4impact

Hello i will like to have an explanation to this task: Make a midlet (called "NetworkSettings") that has List (IMPLICIT type called "mainList") as its main view. "mainList" contains following items: "Encryption", "Basic data" and "Summary" (actually items will describe views). When user selects one of those items from "mainList" …

Member Avatar for emmas4impact
0
212
Member Avatar for elie_kfoury

Hey.. i'm making a java program with derby databse usin netbeans.. the problem is that when i crate table usin a sql query,netbeans automatically sort them by name..how can i let netbeans sort them by date of creation so i can switch between tables in order of creation??... thx for …

0
77
Member Avatar for mayursharma

hello...i m makin a calculator which inputs a expression n gives the result. suppose i hv entered an expression( e.g. 12 + 3*5 -7) into an string variable .now if i want to check the string from starting index that it contains an integer or not ,then what is the …

Member Avatar for jon.kiparsky
0
171
Member Avatar for Xufyan
Member Avatar for mayank.dyl

I created a executable jar using command [CODE]jar cvfm swingDemo.jar manifest.txt *.class[/CODE] But when i open it then it does not work and also do not show any error message. I used 'extcheck' tool on this jar then it showed following message: 'The target file does not have specification title'. …

Member Avatar for NormR1
0
117
Member Avatar for Anum Sharif

Iam making project in the steganography grey scale please help me.language is java netbease please helpe me how to add the image path in the netbeans

0
28
Member Avatar for drnshaw

I'm using the SQLite java Wrapper from [url]http://www.ch-werner.de/javasqlite/overview-summary.html#jdbc_driver[/url]. The only changes I made to the Windows MS Visual C++ make file (javasqlite3.mak) were to the locations of JAVA_HOME (mine is not in the C:\ directory. But when I run it I get the following error: "Unexpected token 'javasqlite.mak' in expression …

Member Avatar for ~s.o.s~
0
443
Member Avatar for gauravk_bhanot

[CODE]import javax.swing.*; import java.awt.*; class drawer extends JPanel { Color color; int x; drawer(int x,Color color){ this.color=color;//color of rectangle this.x=x;//size } public void paintComponent(Graphics g) { super.paintComponent(g); g.drawRect(0,0,x,x); g.setColor(color); g.fillRect(0,0,x,x); } } public class layers { public static void main(String[] args) { JLayeredPane layerd=new JLayeredPane(); layerd.setSize(800,800); layerd.setVisible(true); layerd.add(new drawer(50,Color.BLUE),2); layerd.validate(); …

Member Avatar for new_programmer
0
304
Member Avatar for runee1000

Hi: I'm working on a mini-game ish sort of applet using Eclipse. I am trying to get a picture I have in my folder of a dot to show on my applet. and be able to move it freely. Since I have other parts of the game planned out, parts …

Member Avatar for MTSranger
0
101
Member Avatar for neo_31591

hey..im new to JAVA...i wanna use an Icon for a JButton..i did it already but unable to do so in the project that im making.... the back.gif is in the same folder as the .java file...it compiles well... just shows a blank white icon.... can you please find the problem …

Member Avatar for tong1
0
106
Member Avatar for curdiMan

Hi all, i need to analyze video in java, find certain color in every frame... anybody know good tutorial?

0
23
Member Avatar for capsitan

Hello, I really need help with my payroll program. I just need to input the name, wage, hours, and then get an output with the results. The output needs to show employee name, rate, wage, and total pay. here is what I have written so far. Please help! I am …

Member Avatar for NormR1
0
152
Member Avatar for suguna07

Hi everyone, Can someone help me to solve this question? im attaching the question as i cant post the matrix here. Thank you

Member Avatar for Xufyan
0
66
Member Avatar for Umesh17_89

Is it possible to convert a set of images of an object into its 3D model using Java ?

0
59
Member Avatar for java_programmer

I am writing a program which will read a properties file. I craeted the properties file and placed it in the same location of the class file. But when I am trying to run the program from eclipse, it can't find the properties file, but if I specify the full …

Member Avatar for ~s.o.s~
0
999
Member Avatar for cjmartin

For my application we use scan guns to scan barcodes to do various things. My issue is with tabbing. We scan a barcode that represents the ">" sign. When focus is on the combobox box and they scan the ">" sign it places the ">" in the combobox. How can …

Member Avatar for cjmartin
0
138
Member Avatar for gor.irina

I'm very new to Java and I'm basically teaching myself. I'm writing a program where I need to plot some values. I have a while loop and I need to print x and y values to a text file that I can later graph using gnuplot. If someone can help …

Member Avatar for java_programmer
0
134
Member Avatar for Mirage'

[CODE][/CODE][COLOR="Green"][B][/B][/COLOR]Hi everyone! Question??? I have created a source code for converting Decimal numbers to Binary. I haven't done this in a while so I need a litte help on figuring out what is wrong with my code. The problem is I enter the JOptionPane class in order to prompt the …

Member Avatar for Mirage'
0
224
Member Avatar for sitajaf

Hi there, thanx everyone who contributed last time. I got a simple way to make the server chat with a connected client. But the problems now are: 1. how do i get the know of the other users who are online. 2. how do i get get clients communicate independently …

Member Avatar for NormR1
0
95
Member Avatar for spadusca

Is it possible to load in a txt file into java, but from a folder in say the c: drive - as opposed to placing the text file in the java project itself? Thanks in advance for any help

Member Avatar for JamesCherrill
0
143
Member Avatar for wwefriend

that is in an iframe my script call from that iframe [CODE]var LOL = new swfobject(' http://example.com/wawa.swf ') LOL.addvariable( 'pass' , 'abcd' )[/CODE] how can i get abcd??

Member Avatar for NormR1
0
62
Member Avatar for prem2

Hi, I have used HashMap in my program.I need to know the capacity of the HashMap. Now i am currently storing 5000 records in hashmap.I need to know the Maximum capacity. Thank you, With Regards, Prem

Member Avatar for JamesCherrill
0
87
Member Avatar for man in a can

Hi Folks, I have been searching to find a reglular expression that deals with decimal points, they are not mentioned on the Sun Tutorials for Regular Expressions. Basically im trying to verify that a string taken in from a screen matches the format of (15).99. This is not for my …

Member Avatar for eerol
0
2K
Member Avatar for SiraRaven

I'm try to go through a file that's formatted as follows: f 5//10 3//2 6//3 f 9//3 20//15 3/20 etc. I want to pull out the numbers, subtract them by some set number, and then output them. I'm using a scanner to read each line of the file, but next …

Member Avatar for masijade
0
127
Member Avatar for prem2

Hi, I have downloaded and install the ActiveMQ to my local system.Now i want to implement the chat functionality using ActiveMQ.Can you say some Steps how to implement it using java.And when i clicked the below URL .The Page not Found Error is Occured. [url]http://localhost:8161/admin[/url] Thank you, With Regards, Prem

0
26
Member Avatar for $harmi

Note: NotePad.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.[code][/code]

Member Avatar for JamesCherrill
0
83

The End.