32,199 Topics

Member Avatar for
Member Avatar for caren921

I'm attempting to code the method below. The code accesses a program call bean to a COBOL program on the iseries. From what I can see, the COBOL program is accessed correctly yet nothing is returned to the method below (I have verified this by stepping thru debug). All of …

Member Avatar for quuba
0
108
Member Avatar for Mr.UNOwen

So I know how to do animation and I know to deal with components, but I don't know how to do both. How can I isolate the drawing of the components from the animation? The particular problem I'm having is when I have an opaque component over the animation? I …

Member Avatar for Mr.UNOwen
0
112
Member Avatar for PhiberOptik

Hey Guys, Anyone know of some a license I can use for my program that allows people to use my software but not for commercial use and not make it open source?

Member Avatar for Salem
0
55
Member Avatar for muthumariappan

hai friends just now i am finishing M,Sc(IT&SM)now i am entering in project work i am not under stand java tech so how to develop java skills help me friends by muthumariappanap

Member Avatar for chili5
-1
105
Member Avatar for legilimen

Am searching for an efficient algorithm for generating solved Sudoku given the size(rows and column) of the board as input. i have written a program but its performing badly when the number of rows and column exceeds 40 (ie 40 x 40 matrix ). [CODE] import java.util.Scanner; public class Main …

Member Avatar for BestJewSinceJC
0
247
Member Avatar for peter_budo

I have two questions ( these may be very simple, but I'm concentrating on different things so I need somebody push me in right direction as not to waste time, bold said but that is reality) [LIST=1] [*]Passing object from top component to lower ones I have GUI where after …

Member Avatar for BestJewSinceJC
0
161
Member Avatar for solarwarrior

i'm making my minor project in steganography. but i'm not getting any useful information about f5 algorithm of hiding data in a JPEG image.it makes some use of DCT quantized coefficients ,please help me !!

Member Avatar for solarwarrior
0
90
Member Avatar for rajeesh_11

Hi, I trying to run a Axis JAVA client with a GSOAP C++ server. Here in the below given code I am trying to make an asynchronous call from the JAVA client using "sendReceiveNonBlocking" API. On the GSOAP server side I am using the "soap_send_..." for the asynchronous behaviour. I …

Member Avatar for rajeesh_11
0
380
Member Avatar for andrepezzo

Hi, I have a simple class with 2 constructors.(It's very long so I won't paste it..). I assign the value of a boolean static field according to the used constructor. I also have implemented serialize/deser methods. My problem is the following : I have to perform different serialization/deserialization actions according …

Member Avatar for ~s.o.s~
0
1K
Member Avatar for hell2heaven

I'm unable to delete data in a file in java.I tried to take whole data in to a string and manipulate it and output the data to the file.But it is stated in the problem that...it should not be done in that way.could anyone help me out??

Member Avatar for stephen84s
0
122
Member Avatar for orgilno1

Guys, I'm in need for a java jar named tidalwave and drew. Is there someone who can tell me where can I find this jar?

Member Avatar for peter_budo
0
118
Member Avatar for anuragkollam

please help any body knows the code in java networking..i want the code of transfer folder contents from client to server.....thread must me included so that timely back up will occur... <snip email>

Member Avatar for verruckt24
1
102
Member Avatar for bharanidharanit
Member Avatar for srs_grp
Member Avatar for vinaykumar1690

this question has been burning in my mind for a long time, which is more popular and superior java or .net what are the future prospects of java and .net I'm not sure whether i can post such a question here cos i'm new to daniweb. looking forward for replys. …

Member Avatar for verruckt24
0
98
Member Avatar for PhiberOptik

hey guys, I was wondering if there is anyway that my java app could retrieve the computer name. IE My computer could be named [ICODE]"PhiberOptik-desktop"[/ICODE] I want to retreive [ICODE]"PhiberOptik-desktop"[/ICODE]! Thanks PO.

Member Avatar for PhiberOptik
0
113
Member Avatar for srs_grp

Can anyone give me code for conversion of IEEE-754 representation of binary float to decimal number?

Member Avatar for masijade
0
88
Member Avatar for Stonehambey

As far as I've been able to discern. The "cannot find symbol" compile error is a result of one of 2 mistakes. 1) The class name is spelled incorrectly 2) The class isn't in the same directory as the class trying to instantiate the object or the class isn't in …

Member Avatar for Stonehambey
0
108
Member Avatar for ronpar2584

Hi I am writing a simple java program in which i am facing some difficulty while writing the text in the file. Aim of the program is to add some debug message in the empty catch block. I am able to add the message but the text in the file …

Member Avatar for ~s.o.s~
0
786
Member Avatar for Eggplant

Hi, I you probably have much annoyance with homework help, but I'm a first year student in high school doing a AP comp sci class. I'm currently working on my eighth program, the past 7 were all solved by me, and I helped others with it, so I'm not trying …

Member Avatar for Eggplant
0
385
Member Avatar for 0-Roisin-0

I have only ever done the very basics in Java and really need help. I have to read innumbers from 1 to 20 and then print true if all the numbers are present and false otherwise. I don't know where to start!

Member Avatar for BestJewSinceJC
0
129
Member Avatar for aveltium

Hi! I'm new to Java. I need to make an array like: int b[] = {0,1,2,3,4,5,6,7,8,9}; Is it possible to use a loop to generate an array like that? I don't know if I'm asking the right question, so I will try to explain it: [code=java] class test0{ int a=0; …

Member Avatar for aveltium
0
139
Member Avatar for Mr.UNOwen

Hello, So I'm thinking of creating a few programs that don't use the provided components like the Button class. Basically I want to create components like a button, text field... etc, but with their own look and feel to them. I tried overriding methods of existing components and I tried …

Member Avatar for Mr.UNOwen
0
130
Member Avatar for PhiberOptik

Hey guys, I am trying to delete a file. I don't understand why its not working. [CODE=java]public void Refresher()throws IOException { File theFile=new File("C:\\theFile.txt"); theFile.delete(); }[/CODE] I launcher it with [ICODE]Refresher();[/ICODE] I googled around and followed a tutorial. (My code is compiles correctly) Thanks PO

Member Avatar for PhiberOptik
0
350
Member Avatar for BestJewSinceJC

I managed to delete the only up to date saved copy of an important Java project I had (I know, I know). I have the compiled .class files and I know it's possible to decompile them. Can anyone direct me to any references or anything to help me do this …

Member Avatar for BestJewSinceJC
0
129
Member Avatar for Rameses

This is ClickMe program where it's suppose to change button text once the user clicks the button. Although, program does successfully launch and pops up the "Click ME" button but once it's clicked nothing happens, it doesn't change anything. Any help would be appreciated. import javax.swing.*; import java.awt.event.*; public class …

Member Avatar for BestJewSinceJC
0
90
Member Avatar for Joaoalex7

Hello I'm having some trouble writing to text and object files in java. Basically i need to delete the contents of the file before i write the new information on it...which i'm not being able to do. well this is what i have in terms of code for the text …

Member Avatar for BestJewSinceJC
0
630
Member Avatar for BobTheFish

My applet runs fine when it's in the same directory as the html, but when I put it in another directory, Java console says it can't find the file. When I copy-paste into my browser the address I'm specifying for 'code' in my applet tag, it finds the file without …

Member Avatar for BobTheFish
0
76
Member Avatar for AnilKumar_502

Hi All, I am new to .Net. I am converting a source which is in .net 1.1 to .net3.5. In 1.1 those people had used scritps for calendar popup. Let me show the sample code first In JSCalendar.aspx ---------------------------------- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="JSCalendar.aspx.cs" Inherits="JSCalendar" %> <!DOCTYPE html PUBLIC "-//W3C//DTD …

Member Avatar for Ramy Mahrous
0
139
Member Avatar for sheff21

My friend and I are working on a school project and our hope was to have a Java program take a zip code from the user and then connect to weather.com (or any other web site) and look up the local weather. I assume this is possible but I cannot …

Member Avatar for ~s.o.s~
0
154

The End.