Since 5/9/2012 12:11:57 AM, tom400f has written 4 articles and participated in 18 conversations. tom400f signature: tom400f
tom400f's articles:
Items(4) /1
ANN: Inq Release 1.2061 (2/13/2012 9:40:14 PM) comp.lang.misc Release 1.2: Initial implementation of Docking Frames added to the desktop client; Added Job Control bundled application supporting batch jobs in Inq; Improved documentation now included in the distro. -- Inq... Tom
JCalendar Update731 (6/24/2011 10:48:56 AM) comp.lang.java.programmer Regarding this thread: http://groups.google.com/group/comp.lang.java.programmer/browse_thread/thread/b015d90109ee765d/ news about these updates can be found here: http://www.inqwell.com/jcalendar.html Thanks.... Tom
Inq: Language and Reified Execution Environment539 (5/25/2011 12:18:50 PM) comp.lang.java.programmer Posted in comp.lang.misc but I've put it here too on the basis that Inq is written in Java, so might be of interest.... There are a large number of applications whose purpose is to accept data, transform it, m... Tom
Inq: Language and Reified Execution Environment331 (5/25/2011 11:45:11 AM) comp.lang.misc There are a large number of applications whose purpose is to accept data, t= ransform it, move it somewhere else and show it to users. For systems of th= is type I came to the conclusion that OO implementations... Tom
tom400f's replies:
Items(10) /1
Inq: Language and Reified Execution Environment331 (5/25/2011 11:45:11 AM) comp.lang.misc There are a large number of applications whose purpose is to accept data, t= ransform it, move it somewhere else and show it to users. For systems of th= is type I came to the conclusion that OO implementations... tom400f(22)
JDateChooser setEnabled Color641 (6/5/2011 7:52:01 AM) comp.lang.java.programmer Hi, I'm using the powerfull JDateChooser JCalendar library 1.3.3. Unfortunately, when the component is setEnabled (false) the color of date is a gray almost unreadable. I tried to change color, but when the ... software407(9)
JCalendar Update731 (6/24/2011 10:48:56 AM) comp.lang.java.programmer Regarding this thread: http://groups.google.com/group/comp.lang.java.programmer/browse_thread/thread/b015d90109ee765d/ news about these updates can be found here: http://www.inqwell.com/jcalendar.html Thanks.... tom400f(22)
Label clipping using Nimbus L&F552 (8/19/2011 8:30:14 PM) comp.lang.java.gui When I use Nimbus Look-and-feel, often the text in a JLabel, JButton, or JToggleButton will be partially clipped. This does not happen with Metal or Motif. Any suggestions how to solve this? -- Fred K ... fred.l.kleinschmidt(236)
adding border to JSlider using Nimbus4222 (9/8/2011 6:57:31 PM) comp.lang.java.gui I create a vertical JSlider with ticks and labels painted. Its width is x pixels (x depends on the font, etc.) I then add a border using: mySlider.setBorder( BorderFactory.createLineBorder( Color.black, 10 )... fred.l.kleinschmidt(236)
Is there a file limit size of 2GB in JDK 1.52252 (9/16/2011 7:18:16 PM) comp.lang.java.programmer I am on HP UNIX 11.2 which is 64 bit operating system. I am using JDK 1.5 and using Java's File i/o to write my trace information to a file. I noticed that even though my program is running, it stopped writing ... zigzagdna(346)