32,199 Topics

Member Avatar for
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
255
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
Member Avatar for ismedave

Hello, I want someone to comment off the following coding so that I can produce appropriate javadocs. Thanks. Here's the coding: import java.awt.*; import java.awt.event.*; import java.awt.geom.Ellipse2D; import java.util.Random; import javax.swing.*; public class ShellGame extends JPanel implements ActionListener { final int ROWS = 10; final int COLS = 10; final …

Member Avatar for jwenting
0
100
Member Avatar for daviie

hi, i need some help with this black jack game. it has a server and a client part. the server is supposed to handle the cards and be automatic, and the client is handled by the user. i want the server to shuffle the deck at the beginning, and when …

Member Avatar for Phaelax
0
95
Member Avatar for Frank0051

I'm pretty new to Java and GUI programming, so I have been looking at Swing for GUI programming and I have been looking at javazoom's projects for audio references. I'm currently working on creating a progress/seek bar in Swing however I'm not really sure what I should set the max …

Member Avatar for jwenting
0
136
Member Avatar for soccerdevil221

Where is a good place to start learning about Java? The tutorials are no help to me, because I know nothing about Java. Please help me out.

Member Avatar for jwenting
0
55
Member Avatar for toBeOnoT toBe

Hi all, Hope u guys can help.Im having trouble of converting a html file containing javascript to aspx file. The display is ok in html extension but after ive converted it to aspx, the file is unreadable. There is only an error message saying that the `The active shcema does …

0
30
Member Avatar for clementine

I am using Internet Explorer 6 and find that at certain times it takes a while for the Java Applet to load which I think is unusal. This happens especially at secured websites (https) and playing games at yahoo's website.

0
84
Member Avatar for Frank0051

I'm a little confused about plug-ins like Tritonus and the JMF. Do plug-ins have to be installed on the user's computer to actually run the program? Are they like libraries that can simply be imported (like JLayer)? And what about Java Sound SPI (like those by Javazoom) do they work …

Member Avatar for jwenting
0
67
Member Avatar for spacedani

public class Generator { static Random rnd= new Random(); private static void generator() { double zahl = 0; double min = 0.0;// minimum number double max = 1.0;// maximal number int x = 0; // number of numbers you want to output System.out.print("How many numbers: "); x = Eingabe.liesInt(); //User-input …

Member Avatar for spacedani
0
127
Member Avatar for mariposa104

I try to run but I don't can. > write a Java Program that calculates the length of a hypotenuse of a right > triangle.the method should take two arguments of the double and return the hypotenuse as double. import java.io.*; public class Hypotenuse { public static void main(String[] args) …

Member Avatar for server_crash
0
109
Member Avatar for bondito

Hi everyone, i am building a secure online voting system for my project, i really need some tips on how i can go about encrypting the information stored in a database which contains the votes submitted by the candidates. I was told by my project supervisor to try and implement …

Member Avatar for Evenbit
0
173
Member Avatar for sam1

hi, How many libraries does java has for gui part of an application? I know about 2 of them, swing and AWT, but I dont knw the difference between the two? thanks :mrgreen:

Member Avatar for sam1
0
115
Member Avatar for iamthwee

Hi, I so close to getting this to work. Basically, I trying to wrap my program up in a jar file. So that wen i doulbe click it, it executes. Much like c/c++ programs do. I can jar it up from the command line, but when i double click it …

Member Avatar for jwenting
0
1K
Member Avatar for mariposa104

I try to run this program but I don't can. write a Java Program that calculates the length of a hypotenuse of a right triangle.the method should take two arguments of the double and return the hypotenuse as double. import java.io.*; public class Hypotenuse { public static void main(String[] args) …

Member Avatar for server_crash
0
313
Member Avatar for server_crash

I have a weird question. I'm trying to access a .txt file from a java applet, which would reside locally. When running this with the applet viewer, everything works fine. When you click on the .html file, however, you get an accesscontrolexception. I find it weird that the applet viewer …

Member Avatar for server_crash
0
191
Member Avatar for sushanti_mm

Hi, I m Sushanti here. I m doing a project for making and receiving telephone calls through PC. I have connected my telephone to my PC's full duplex voice enabled modem. I m using javax.comm package for the same. The problem i m facing is that i m able to …

0
97
Member Avatar for hatch101

Hello, im new to this forum. I have an assignment for class that I am really confused with, please can you guys take a look and help me with the code or point me in the right direction, I am not asking anyone to do it for me...I ofcoarse wouldn't …

Member Avatar for Phaelax
0
1K
Member Avatar for Phaelax

I have a JTree, the renderer uses JLabels. If I setOpaque(false), then I get display issues with highlighting tree nodes/leafs, so I keep the rendering of the jtree opaque. I'd like to display an image for the background and have the text from the jtree elements displayed over top of …

Member Avatar for Phaelax
0
174
Member Avatar for sam1

hi everyone, say i have three text boxes in jsp form. and i want them to be written in database row by row, how would that be done? thank you ps I posted it here because nobody is answering it in jsp...

Member Avatar for jwenting
0
47
Member Avatar for Ghost

Hi Everyone, I'm trying to create an instant messaging program, but for some reason the client and server won't connect. My code is below. Thanks in advanced for helping me. By the way, the client and server program are one in the same. A radio button gives you the option …

Member Avatar for jwenting
0
154
Member Avatar for namit

i have a bunch of images 1.jpg, 2.jpg etc.. I have a class called banner and wondering how to get it to randomised threw the pics? Thanks

Member Avatar for server_crash
0
132
Member Avatar for iamthwee

Hello I need help and fast, time is running me out. [B]StudentMark class[/B] A StudentMark object hasd three attributes:moduleNo(a string),studentName(a string) and mark an (int). There is a constructor which registers a student (studentName) with a module number (moduleNo) at the time of construction. There are methods that enable new …

Member Avatar for jwenting
0
153
Member Avatar for blackbabydoll

I am doing a project where I have the find the smallest value and the smallest object. In this project, you will write two methods. The first will take an array of int and will return the smallest value in the array. It will have a declaration as follows: int …

Member Avatar for server_crash
0
130
Member Avatar for reezal

I just started both RMI and CORBA programming, yup normal basic Hello World from available tutorial at google achieve. But apparently none of them works. So could anyone pls let me know what or which software should i use ? current im having netbean 4.0 which wont work for both …

Member Avatar for jwenting
0
92
Member Avatar for sam1

hi I have a block which is : try{ ........... try{ ............ catch{ ...... catch{ ..... finally{ .... try { ..... catch{ .... but i get errors. why is that? thank you

Member Avatar for jwenting
0
38
Member Avatar for hango

hello~everybody! I am a beginner of Java, I want to create a CA(Certificate Authority) that issues a x.509 certificate when user sends his/her identity to CA (registration). I know there is a X.509 API for JAVA,but i don`t know how to use it! Who can tell me how should i …

0
68
Member Avatar for Frank0051

I have an interesting question, I'm helping someone can help me out with this. I have been playing with the JavaSound API and I have come into contact with the FloatControls (pan and gain). Basically I know these controls only work if the line supports them. I have been working …

Member Avatar for jwenting
0
88
Member Avatar for Lexani

is there any good adsence sites out there that support just html ads? if so let me kno

Member Avatar for pulse
0
130

The End.