32,199 Topics

Member Avatar for
Member Avatar for frogshooter

I've started to create a code that will design a chose applet for a cell phone company but I need to deactivate the bottom part of the applet until all the basic info is filled in then allowing the lower, choice part of the applet to be activated and choices …

Member Avatar for server_crash
0
84
Member Avatar for catherine1001

I've been told by a lot of people that the IT industry is constantly growing and in demand. Some with other views, saying its too hard, or that there aren't enough jobs. But guys Java, J2EE ,.Net is currently on demand. that can definetly fetch good job and earn big …

Member Avatar for server_crash
0
132
Member Avatar for sampitt

Hi, I am learning java and i am stuck at point where i don't know what i am doing wrong. I am trying to get a field that is being populated as True/False from the system to change to Yes/No. I know that i have to put an if/else statement …

Member Avatar for jwenting
0
135
Member Avatar for vex

When using a JDialog how can I tell it where to open on the screen? Let's say I want to open it in the middle. Can I add a JDialog to a pane in a JFrame? A link to the proper java doc would be great. Thanks in advance

Member Avatar for server_crash
0
110
Member Avatar for Montrell274

I'm doing an assignment that implements the following interface [code]public interface MyStackInterface { public Character pop(); public void push (Character c); public boolean isEmpty(); public void clear (); } [/code] The objective is to properly arrange parenthesis, brackets, and braces. I was wondering should I use a data file or …

Member Avatar for NPH
0
104
Member Avatar for glamo
Member Avatar for jwenting
0
84
Member Avatar for Robson13

I'm looking for any information how to open vaw file with java. Thanks in advance for any help.

Member Avatar for server_crash
0
134
Member Avatar for vex

I have edited out my original question. I guess I needed to see the questions asked to figure it out :o

0
53
Member Avatar for shaji

I have an application web based. using Oracle backend and Java front end. App server is in weblogic and Solaris os and two cpu with 8 applications. DB server is oracle 8.1.7 on Solaris This application is getting slow when number of threads are more ( like many users login …

Member Avatar for hooknc
0
175
Member Avatar for OllieFalle

I have changes a few things but still seem to be hitting a brick wall. I have been told that my note is drawn at the same position each time. Can anyone help with what i can do regarding this. Otherwise can anyone help with getting this thing to work. …

Member Avatar for Phaelax
0
117
Member Avatar for jasmin_java

Hi, to everyone.‎ My program to make program to write the application the input ‎a dollar amount to be printed on a cheque, and then prints the ‎amount with eleven position number are available for printing ‎the cheque. And need to run the word equivalent of the cheque ‎amount e.g.: …

Member Avatar for NPH
0
207
Member Avatar for George2

Hello everyone, I have always seen some methods are described as "best practice". I am wondering what means "best practice", an algorithm? Thanks in advance, George

Member Avatar for Gargol
0
412
Member Avatar for nordmann

I've been trying to find an alternate means of achieving essentially what JSplitPanes can do, except that the hideous-looking splitter bar would be invisible, and you can resize in both x and y dimensions at the same time. My current thought is to subclass a JPanel with listeners that implement …

Member Avatar for nordmann
0
149
Member Avatar for Melotron

Hello! I started this course in Java and we got this assignment to do and it consists of making 2 strings of text and then we are are supposed to write this code that storage the varible "`max_length`" and then print out "The longest string has the length...". I know …

Member Avatar for jwenting
0
648
Member Avatar for OllieFalle

Hi everyone, Just thought i would post my program im doing at the moment as im completely stuck. Basically the program takes a user input as a string, uses the tokenizer to break down. The individual strings which will be single characters will be used to draw notes on a …

Member Avatar for OllieFalle
0
138
Member Avatar for tdizzle342

I just wanted to know how to draw a thick line and also can anyone tell how drawArc works , in know how to make it work (x,y,width,height,startAngle,Arcangle) but i cant figure it out. Line just arc in ways i dont really understand. Thanks.

Member Avatar for NPH
0
150
Member Avatar for glamo

hi to everyone , i have to make a program in jav which will fulfill following conditions. first of all, i have to make any alphabet by free hand drawing, like in ms-paint there is a pencil so by using that suppose i am writing b,c or any one alphabet, …

Member Avatar for nordmann
0
190
Member Avatar for phani8123

i have a problem on ejb please tell me the steps needed for running an ejb program with ant and with weblogic when i am using weblogic builder for generating xml files it is saying no j2ee component,why so

Member Avatar for phani8123
0
146
Member Avatar for Kennedy_f

My preparation for SCJP 1.4 has over(in terms of theory),i am in disgust how should I practice the programs, which way is best to practice? in books I just found they have given programs based on concepts, I want to practice programs with their applicative areas. Please suggest me some …

Member Avatar for server_crash
0
250
Member Avatar for fdrage

Hi, I'm using your RSS FEED link to get all the news or event that is happening in your forum. however i am only interested in whats happening in the Java forum. Is there a way where i can RSS only the Java forum? I also noticed that one is …

Member Avatar for fdrage
0
138
Member Avatar for gokul

Hi Friends, i am developing a Chat Application.. i want to design the my Contact Tree as like in the below image. [URL=http://www.megaupload.com/?d=TYKVH37L]Contacts Tree Image [/URL] (Sorry, i uploaded image in [url]www.megaupload.com[/url] .. -pls wait for 45 seconds.. i don't know how to attach my image to the forum.. if …

Member Avatar for gokul
0
169
Member Avatar for tbrinkman

I'm creating a JSP page for doing some actions on a database. Everything is working, but I have to add abstract classes as well. When I put the abstraction on a klasse and his two extensions, I get immidiatly a blue HTTP 500 apache status error. HTTP Status 500 - …

Member Avatar for jwenting
0
324
Member Avatar for vex

Is there something about adding a JList to GridBagLayout that I am missing. I want to place a JList between a JLabel and a JTextArea. No matter what I do the list seems to stay in column 1. I am only using GridBagLayout in the west pane(wP) I have tried …

Member Avatar for vex
0
175
Member Avatar for Skryst

I tried clicking on links that open with javascript and nothing happens. i use Windows XP SP2. kindly help me.

Member Avatar for pip22
0
124
Member Avatar for shaji

hi friends, I have an application web based. using Oracle backend and Java front end. App server is in weblogic and Solaris os and two cpu with 8 applications. DB server is oracle 8.1.7 on Solaris This application is getting slow when number of threads are more ( like many …

0
110
Member Avatar for jtxay

Hello there, I am having problems with this code i have written and it is a tic tac toe program. It runs and everything but it doesn't get a winner when i call the method getWinner. this method is suppose to return 'x', 'o' , or ' ' depending onwhether …

Member Avatar for server_crash
0
108
Member Avatar for Gargol

I am prepared to be corrected if I am wrong but... The Jtable is a pretty powerful and useful object. As I understand it the JTable is designed to hold one object type in each column. For example this matches well with the rows representing the records in a database …

Member Avatar for jwenting
0
364
Member Avatar for jeni_4

I am trying to write a program that maps a product to its description. I have attached the text in the end. This is the code I have come up with. It compiles fine but does not give me the result properly.. [CODE]import java.io.*; import java.util.*; public class InstanceItem{ HashMap …

Member Avatar for Gargol
0
137
Member Avatar for freesoft_2000

Hi everyone, I really deserve a kick for asking this question so please bear with me. Assume i have two classes class a and class b. Now class b depends on class a to compile correctly. Class a has been compiled and the class file is generated correctly. Now when …

Member Avatar for jwenting
0
223
Member Avatar for bobr_1013

Hi, I having problems with loading created objects into an array, then being able to access the records later in the program. The following is a listing of my current program. The code I have thus far, reads information from a file, builds the objects (DVD, Ipod, or Walkman, then …

Member Avatar for Gargol
0
153

The End.