- XIRR Calculation
Hi, can anyone help me with XIRR calculation method. XIRR is a Financial function for calculating Internal Rate Of Retirn. Each electronic table tool like Excel or Gnumeric have builted XIRR function.10x in advance. ...
- 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 ...
- 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 ...
- 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 = ...
- writing WBMP image
Hi all,any one can show me by code (in detail) how to write WBMP image ?...
- 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. ...