Event Handling RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • ZipEntry.getSize() always returns -1 when zipped with java.util.zip

    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 ...

    1 answers | 669 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • ZipEntry and file permissions/attributes

    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 ...

    3 answers | 371 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • 'you need a 'buttonClicked' method' problem

    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(" ...

    4 answers | 3106 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • YAHOO.COM FLAW NEVER FIXED, READ UP!

    :::::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 ...

    1 answers | 631 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XPLookAndFeel (problems)

    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 ...

    2 answers | 302 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • X11SurfaceData.get Raster not implemented yet

    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 ...

    2 answers | 515 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • X window key problem with JDK 1.4+ from Windows using cygwin/X

    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 ...

    0 answers | 357 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • WSAD

    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 ...

    1 answers | 393 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Wrong number of bytes in MidiMessage?

    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 = ...

    1 answers | 1408 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writting a Console Window using JTextAreas

    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 ...

    2 answers | 754 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing WBMP image

    Hi all,any one can show me by code (in detail) how to write WBMP image ?...

    1 answers | 86 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing values to files

    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. ...

    2 answers | 206 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing values to files

    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. ...

    1 answers | 206 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing an ActionListener that responds when a variable changes

    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 ...

    3 answers | 456 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • write event handler

    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 ...

    1 answers | 312 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "Java 2 Software Development Kit (J2SE SDK)"
JAVA TECH