32,204 Topics

Member Avatar for
Member Avatar for sciocosmist

Can someone help me with writing the code to allow a JApplet to download some files to a user directory through a browser.:confused: I need to run a program accross a network, and I need to distribute multiple files using an applet. I have tried to get a *.jar file …

0
76
Member Avatar for enviran

Hello everyone, I wanted to know how to create my own discussion forum in IIS server.Can anyone guide me in plz......Can anyone guide me in writing code for this plzz..........If anyone can help me mail me to either to anyone of the 2 mail addresses........... [EMAIL="ranjubs@gmail.com"]ranjubs@gmail.com[/EMAIL] [EMAIL="ranju_bs4@gmail.com"]ranju_bs4@gmail.com[/EMAIL]

Member Avatar for server_crash
0
98
Member Avatar for ashwathy

helllo the modules to be developed include reservation,inquiry regarding the flights and cancellation.what would be next.can u just help me with the steps to build this project.as this the first time experience of making such a project.there is no one to guide.

Member Avatar for hooknc
0
48
Member Avatar for snussbaumer

Hi all, I've been through all the documentation here, I've been searching this problem for a while now but could not find any solution. I created a custom CharsetProvider the following way : [LIST] [*]created a class extending Charset doing my custom encoding [*]created a class extending CharsetProvider returning the …

0
78
Member Avatar for mrsteve

I keep getting this error message whenever I try to compile a certain class or any classes that use this class: [code]C:\J21work>javac GiftShop.java C:\J21work\package\org\cadenhead\ecommerce\Storefront.java:25: cannot find symbo l symbol : method sort(java.util.LinkedList<java.lang.Object>) location: class java.util.Collections Collections.sort(catalog); ^ 1 error[/code] I held off as long as I could from posting a …

Member Avatar for jwenting
0
259
Member Avatar for ryy705

What is the best way to design gui? Is java's swing strong enough? Or should learn something like jaxx or JFace? What do you guys use?

Member Avatar for hooknc
0
215
Member Avatar for Sailor_Jerry
Member Avatar for pfr

Hi this is my first time posting here :) i was working on a text editor that can use 1.total number of words 2.number of unique words (not case-sensitive, ie 'Table' and 'table' are the same word) 3.the word with the highest occurrence 4.the list of unique punctuations used in …

Member Avatar for server_crash
0
165
Member Avatar for pfr

Anyone know how to display the punctuations used in a text area , I used hash map. so here is my code of my hash map i was also thinking of using linear search and combine a if statement, if it is found display it. The jta.text(); is the name …

Member Avatar for pfr
0
148
Member Avatar for sciocosmist

I would like to be able to copy a directory (with the files in it) from a network directory to a local directory. Would anyone happen to know how to do this in java? Alternatively, would anyone know how to copy the files from the directory to a local directory? …

0
71
Member Avatar for mrsteve

Hello everyone, I am new to Java programming as well as to these most excellent forums and I have a problem with some sample code from a book that is teaching me Java. The code is supposed to demonstrate packages, access control, interfaces, and encapsulation. My problem is that when …

Member Avatar for mrsteve
0
222
Member Avatar for shinny

Hi there, I am trying to parse a CSV file, I have a program which will read in the contents of the file and display them to the console and i need to parse some of the fields, which I have no idea how to do [IMG]http://saloon.javaranch.com/ubb/frown.gif[/IMG] I am trying …

Member Avatar for hooknc
0
186
Member Avatar for nikhiljoshi92

import java.util.Scanner; /** Demonstrates the use of Scanner class @author Nikhil Joshi */ public class asciicode { public static void main(String[] args) { //create a scanner object Scanner console = new Scanner(System.in); /*get full name using nextLine nextLine gets the next line - up til user hits enter */ System.out.print("Enter …

Member Avatar for masijade
0
162
Member Avatar for crestaldin

Hello, I'm new to HTML parsing and I need some help.I want to parse a HTML file , and I have the Java classes in place but I need an advise on how to code a piece of logic in my callback function. I need to parse through the file …

Member Avatar for b2daj
0
174
Member Avatar for jaininaveen

hai friends hai friends I am begginer to java, i want know how to read a html header.... plz any one give me a possible solution....:rolleyes: thanks for helping....

Member Avatar for jaininaveen
0
169
Member Avatar for duckforceone

Greetings all. I have a question about if java can be made to do the following. As a player of card games and online games, i find that i often need to make a database of information. And it would be great if i could distribute those databases to friends …

Member Avatar for jwenting
0
169
Member Avatar for ishwar

Hi, I wondered if its possible to create a java application that works in the background and does not create a window, Thanks, Ishwar

Member Avatar for jwenting
0
132
Member Avatar for itsukumar

Hi frnds i m facing a new problem while embedding 2 java applets in a PHP file. in that php file i gave alerts for refreshing the page, but all the times i m getting 2 alerts for those 2 applets , but when i m viewing the java console …

0
45
Member Avatar for MikeJeffs

I have come across an unusual problem, one I have never seen in all 6 or 7 years of using PC's, and ONLY on my laptop! Every time I try to access a webpage that uses Java, for example chat applets among a few others, the browser closes without warning. …

Member Avatar for FC Jamison
0
101
Member Avatar for benyam_dessu

I need help on java's objectstream object in my program i have created [FileOutputStream o; ObjectOutputStream obj; FileInputStream f; ObjectInputStream in;] and i have player object it has name and score properties i have written the object in a file appending at the time of creation but when i want …

0
70
Member Avatar for atulajawale

Hello friends i am working on an image loader in java which allow user to drag and drop folder of images into JTable and showing the thumbnails but drag and drop of folder takes too much time to load thumbnails in table cell .. package org.tempuri.eyestudio.swg; /* * FileAndTextTransferHandler.java is …

Member Avatar for atulajawale
0
145
Member Avatar for shinny

Hi there, I am trying to parse a .txt file and don't know where to start. I am trying to get the file information from within the text file and output it to a SWT table. The file I'm trying to parse looks like the following with useless information before …

Member Avatar for iamthwee
0
95
Member Avatar for theringer

Hello, I am new in Java and learning. I am looking for a sample java program which will display systeminfo (cpu, memory, etc) and software installed on a local machine.

Member Avatar for JeffHeaton
0
96
Member Avatar for Clown

I have a problem here. Eg, do { method1(); method2(); method3(); while(repeat() ); how do i write the repeat() ?? It's needs to take in user inputs (eg, yes,no,y,n) and convert them into boolean. If input is yes/y, then it will repeat everything again. If input is no/n,then it will …

Member Avatar for Phaelax
0
80
Member Avatar for shapeshifter

hi, can anybody write a simple java program for the following pleasee.. coz i have loads of projects in my skool and i have to submit this within 2 days..coz i have to design an interface for this too "there are 20 houses 15 small houses and 5 big houses.if …

Member Avatar for Phaelax
0
78
Member Avatar for improgrammer

hi all this is my first post. i want to make an im program that runs in an applet in java. I was wondering if there were any tutorials that can help me do this

Member Avatar for Phaelax
0
83
Member Avatar for sciocosmist

Greetings, I am new to this chat forum. If you happend to know java, would you mind taking a look at my post for java help in the forum. [URL="http://www.daniweb.com/techtalkforums/thread51500.html"]http://www.daniweb.com/techtalkforums/thread51500.html[/URL] Thanks a lot:!:

Member Avatar for happygeek
0
77
Member Avatar for LostOne85

I need to create a Java program that uses a 3x3 neural network to accept tic-tac-toe moves and output what the next move would be. How would you even begin to write something like this? I need to do this by Friday!!! Example code would be very helpful.

Member Avatar for JeffHeaton
0
87
Member Avatar for invokers

i am wrking on a project which is supposed to count packets that are sent and recieved in a LAN environment........i want help ragarding this....can anyone give ma a java code for counting packets in a network...

Member Avatar for invokers
0
117
Member Avatar for Rotak

Hi! I am writing a tool, that uses a HSQLDB database. The databases can get pretty big (the test DB is 21MB). I am using a standalone DB, so my application also acts as the DB-Server! Here's the problem: I want to show a message like "Loading database... Please wait!" …

Member Avatar for Rotak
0
127

The End.