32,200 Topics

Member Avatar for
Member Avatar for Tenac

Hello. I'm currently revising for an exam in structures and algorithims, but recently ran across a problem in my studies. I have already tried lookung through notes, online and Daniel Liangs java book, but can't find exactly what I need. The code is as follows: [CODE] public class QuizTest { …

Member Avatar for deng_cen
0
132
Member Avatar for ttamilvanan81

Hai, I need to read the Foxpro(dbf) file, and execute that file in MSSQL through Java code. That means Migrate the Foxpro dump file into MSSQL. Also i am using the Struts Tags for create new application. But the Tag was not working. I am using the following code for …

0
83
Member Avatar for hassanmushtaq

how to get enter character from textfield in j2me. as in c/c++ for enter character we user 13 as character code. what abt in j2me

0
60
Member Avatar for littleghost76

The assignment is to write a circular linked list. I know that it is pretty much the same thing as a singly linked list but with the head pointing to itself instead of null. however i am not sure if i did this right or not... or if my add …

0
63
Member Avatar for Bill T

Im just a beginner but I find java exciting can someone help me Im trying to write a program to spell ambulance backwards I think im close but I need somw help Im using strings to spell. Ty. :sad:

Member Avatar for nblue
0
236
Member Avatar for littleghost76

hello everyone, im having issues with this. i don't know what else to try. i am supposed to add a remove function to delete the last node in the list, i am trying this, but i get an endless loop, and when i change it around it just sits there. …

Member Avatar for littleghost76
0
100
Member Avatar for kamelin

How would I write a class that could enumerate all positive integers starting with 1?

Member Avatar for ~s.o.s~
0
71
Member Avatar for loilord

hi,i'm a newbie of java.now develop a system to evaluate the usability of a website. now i facing a problem.how i retreive the hyperlink,image and others fr the HTML code? use bufferReader to read out the HTML code? or use the tokenizer better?or use both of it? somebody help me,pls..my …

Member Avatar for ~s.o.s~
0
85
Member Avatar for nblue

Hi, everyone, I just start study Swing . I have some small question about the JTable. Is there anyway I can make the Jtable to auto resize during the runtime when I maximize the window? My code did not display the stuff I put onto the Table, what did I …

Member Avatar for nblue
0
93
Member Avatar for kamelin

I need help solving this Java problem, any advice, tips, or code would be greatly appreicated. Thanks. [COLOR=#000000]Begin by writing an abstract class named [B]Sequence[/B]. The [B]Sequence [/B]class contains the following abstract methods:[/COLOR] [B][COLOR=#000000]public abstract boolean hasNext()[/COLOR][/B] [B][COLOR=#000000]Returns true if the sequence contains another term after the current term. This …

Member Avatar for jwenting
0
113
Member Avatar for tinamary

hi guys , can you help me by giving some tips as to how to handle classes for techies in a software firm as a corporate trainer for java and J2EE, i hope you ill guide me with the revelant information, and if possible please send me some sessions on …

Member Avatar for jwenting
0
118
Member Avatar for shmay

I simply want to create a GUI interface that allows the user to input an integer. I know that a GUI is very unnecessary for such a task, but I want to learn the basics of GUI.

Member Avatar for peter_budo
0
116
Member Avatar for princekool

[COLOR=#000000]The Program. [/COLOR] [COLOR=#000000]You have been asked to solve a problem for an old gameplayer. She has purchased a new game. It is a sort of Solitaire. This suits the old gameplayer as she has no friends so a game played alone is ideal. [/COLOR] [COLOR=#000000]The game is played on …

Member Avatar for hbk619
0
121
Member Avatar for the_jackel

Please help with my assignment. I have to code a program that is menu-driven and im not so clued up.

Member Avatar for jwenting
0
50
Member Avatar for Darkfoxx

Here is the full code thus far: [CODE] public class Cardmain { public static void main (String[] args) { War wargame = new War(); wargame.play(); } } class Deck { static final int numberOfCards = 52; Card[] cards = new Card[numberOfCards]; int index; public Deck() { // Constructs all 52 …

Member Avatar for peter_budo
0
5K
Member Avatar for aruna_k_2006

import java.util.*; import java.text.*; class DemoDate { public static void main(String[] args) { Date date=new Date(); SimpleDateFormat sdf; // sdf=new SimpleDateFormat("hh:mm:ss"); //System.out.println(sdf.format(date)); // sdf=new SimpleDateFormat("dd MMM yyyy hh:mm:ss zzz"); //System.out.println(sdf.format(date)); sdf=new SimpleDateFormat("E MMM dd yyyy hh:mm:ss"); System.out.println(sdf.format(date)); } } i am getting current date and time but i want to …

Member Avatar for Rayhan Muktader
0
109
Member Avatar for lucky1981_iway

Hi, I'm using AspectJ in my project. There are some problems which i'm facing currently . One of the major issue is " My cross views only show the static join point . Now the problem is there is no gurantee that the join point will match at runtime (ex: …

Member Avatar for lucky1981_iway
0
80
Member Avatar for rinko

How can a Java program be optimized? I have no experience in this thematic so I could use some key words so I acn go deeper into it! Thanks

Member Avatar for thekashyap
0
285
Member Avatar for mspooh8

Hi, I'm new here. I'm kinda behind on my school work due to me going into labor early. So, I'm doing an assignment and the next thing I have to do is 'call the generate method and display the numbers for all four games,' and I'm stuck. Also I keep …

Member Avatar for lucky1981_iway
0
85
Member Avatar for franhurley

Hi all Im a a newbie here and am currently haveing my first go at servlets. I am using netbeans5.5 and apache tomcat 6.0 and trying a simple helloThere servlet. Every time I try and compile it either with command line javac command or netbeans I get the above error. …

Member Avatar for peter_budo
0
119
Member Avatar for viper4734

hi there i was wondering if someone could help me out. im doin an assigment where i have to create a CD database with a GUI. at the moment im having problems with my search engine. I enter 4 cd's from any artist. close the window, open the search for …

Member Avatar for viper4734
0
128
Member Avatar for Diego1029

Hi! i have put some html files in my jar file,but i cant open the html files when i un the jar file.what should i do?

Member Avatar for Diego1029
0
62
Member Avatar for iknow29

hi, i m final year student. i dont know what to do with my projects. Will you help me in doing projects on Visual basic. This is really urgent to submit.

Member Avatar for stymiee
0
76
Member Avatar for ranindu

/* <applet code="Assign2.class" width=350 height=350> </applet> */ import java.awt.event.*; import javax.swing.*; import java.awt.*; public class Assign2 extends JApplet { private JButton buttons[]=new JButton[5]; private String labels[]= {"Footwear","Kitchen Goods","Stationery","Music","Ladies Wear"}; private JPanel thePanel; private JMenu editMenu,optionsMenu; public JMenuItem items[]=new JMenuItem[5]; private JRadioButton options[]= new JRadioButton[3]; private JMenuBar menubar; private Color colors[]= …

Member Avatar for masijade
0
99
Member Avatar for Venks

Hai friends i need help in downloading jar files or zip from website by giving particular url in java code...how can i do this , please any one tell me...

Member Avatar for Venks
0
75
Member Avatar for san_fran_crisko

Hi, I'm having a small yet annoying problem that I've been trying to get my head around for quite some time. Any help would be greatly appreciated. I am recalling data off a Vector and displaying it on a JTextArea using code like this: [code]menu.genreTextArea.append("Found the following CD(s), whilst searching …

Member Avatar for san_fran_crisko
0
83
Member Avatar for ranindu

here is the code.... below is my problem............. /* <applet code="Assign2.class" width=350 height=350> </applet> */ import java.awt.event.*; import javax.swing.*; import java.awt.*; /* Class Name - Assign2 PRIVATE FEATURES private JButton buttons[] // array to store buttons private String labels[] // array to stoer the department name private JPanel thePanel; // …

Member Avatar for iamthwee
0
260
Member Avatar for roketto

Hi there... I'm pretty new to java, just learning arrays now. I've written a program that deals a "poker hand" to 4 players, using methods, but the problem with that is sometimes the same card gets dealt more than once. I'm now trying to use a boolean array of size …

Member Avatar for thekashyap
0
2K
Member Avatar for Dhanesh.M

help! I have made three UI forms to accept inputs from the user (it is about airline reservation for my academic project),I want to open these forms in succession following the inputs from the user so how do i manage to open up these forms...Help me

Member Avatar for jwenting
0
90
Member Avatar for mojeze3

this is an example of the file: Caldwell E.,CSC,25,5,500.00,250.00,100.00,20.00,1000.00 there are 18 of these entries in the file consists of : last name and first initial,department,miles walked,number of pledges, and the pledge amounts. I have to : 1. display the file content 2.compute the total pledges obtained by each person …

Member Avatar for antaryami
0
90

The End.