


Hi,using java.util.zip works just fine when creating ZIP files. It only seems that the attribute "Size" is not set properly when using setSize(...).When I zip the ZipEntry and set the size with setSize(long x), my debugger tells me that the ZipEntry-Object has in fact the desired size set.But ...
I am trying to use ZipEntry to read an archive and then write out the file. Everything is working fine except on Unix platforms I would like to maintain the file permissions (rwxrwxrwx). This way if a file in an archive is an executable, then it will remain an executable.Does anyone have a ...
The following program gives a clean compile. However, upon execution, I get a messageBox error.import java.awt.*;import BreezyGUI.*;import java.io.*;import java.awt.event.*; public class ProfileWriter extends GBFrame{LabelNameLabel= addLabel("Name", 1,1,1,1);TextField NameField= addTextField(" ...
:::::Sorry For Interrupting:::::For All of you developers out there, There is a HUGE problem with yahoo ON MAC OS X and later.chat.yahoo.com doesnt allow VOICE Cummication WHAT The hell ? i mean thats like everything,Internet Explorer 5.1, opera, MOZILLA, Netscape and all other browser dont ...
Hi all,I have downloaded XPLookAndFeel from the following site:http://www.stefan-krause.combut then I齰e stuck! I have no idea what to do to get it going, so I thought if there is somebody who have already tested this, to give me a helping ...
I upgraded my sdk from version 1.3.1 to 1.4.1. Whenever I try to run my application, I get the following error:java.lang.InternalError: not implemented yetat sun.awt.X11SurfaceData.getRaster(X11SurfaceData.java:155)at sun.java2d.loops.OpaqueCopyAnyToArgb.Blit(CustomComponent.java:67)at ...
When I run a java swing app on a solaris machine using cygwin X on a windows 2000 machine as the x server, I am unable to use the enter key, backspace key, ctrl, etc... These keys do work in jdk 1.3.1_02 with the same configuration. Has anyone seen anything like this and does anyone know how to ...
Hi, I am using java version 1.4.2, and WSAD WebSphere Studio Application Developer (Windows) Version: 5.1.2now my problem is i am using split method,,, and in WSAD i am getting error method not found error.so then i install JDK 1.5,,, now i dont know in wsad where i configure to update my ...
Hi, I'm implementing a MIDI trace panel. My class implements the Receiver interface, gets the transmitter from a selected MidiDevice and sets the receiver to an object of my class. The send() method is:-public void send(javax.sound.midi.MidiMessage midiMessage, long param) {byte[] msg_bytes = ...
Hi all,I was wondering if anyone could help with this probably very simple problem which i have. My aim is to have a console window similar to MS Dos-Prompt or Terminal in Linux. I would like to do this using a JTextArea or other JTextComponent which is compatible with scrollbars. My problem is ...
Hi all,any one can show me by code (in detail) how to write WBMP image ?...
While writing float values to file, it is written as junk characters. Can someone tell me how to write float values into a textfile. If possible give the example code.Please help me out of it. ...
While writing float values to file, it is written as junk characters. Can someone tell me how to write float values into a textfile. If possible give the example code.Please help me out of it. ...
I am interested in writing an ActionListener that monitors the value of a variable. When the value of that variable changes, I want the ActionLiastener to kick in and change what is displayed in a JLabel on the display. Note that there is no user interaction throughout this process.Has anyone ...
If i use objectinputstream read object,and i want this action to be known by another program.How do i write my listener(event handler)?To be brief, if i read ok, i will notify the program that the object is read.Another program needs to register the event ...
