Since 4/4/2012 7:22:01 AM, oliv has written 9 articles and participated in 0 conversations. oliv signature: oliv
oliv's articles:
Items(9) /1
[applet] handle wrong jre5104 (10/10/2007 4:55:42 PM) comp.lang.java.programmer Hi,I have an applet written with java5.Suppose someone tries to execute it with a jre4.java console will print a system exception.But how can I handle that exception properly and show a user friendlydialog box ... oliv
write / read cookies from applet2148 (7/31/2007 8:12:29 AM) comp.lang.java.programmer Is there a way to write and read cookies entirely from within theapplet through standard jre api (without involving any server sidecomponent) ?(I need to drop a cookie from my applet, so I can retrieve user con... oliv
compatibility java 4 -> 5778 (5/31/2007 1:48:08 PM) comp.lang.java.programmer Hi,In which case, a desktop java application working with a sun jre1.4could not work with a sun jre 5 ?I thought Sun guaranteed that compatibility (adds deprecated methodbut not remove anything..)thanks... oliv
[graph java]cycle detection2227 (5/2/2007 3:53:01 PM) comp.lang.java.programmer is java good candidate techno to do cycle detection within big graph(potentially 3000 nodes).could provide me some link towards the best java frameworks to help dosuch things ?thanks... oliv
[signed applet] certification authority3147 (4/1/2007 6:40:35 PM) comp.lang.java.programmer Hi,I have a signed applet (signed myself with jarsigner.exe).It works fine but the users get a warning message before accepting theapplet to execute.Next step, is to have my certificate trusted by Verisign or o... oliv
getting clipboard content as rawdata2272 (3/22/2007 4:30:30 PM) comp.lang.java.programmer I am within a java application (swing), andI would like to get the content of user clipboard as rawdata (binarybyte array) without trying to figure out what flavor it is. I justneed to get the bytes and post th... oliv
[SWING] custom JSlider2254 (3/16/2007 10:18:35 AM) comp.lang.java.programmer Suppose I have 2 images :one of the background slider, one of itshandle.I want a standard javax.swing.JSlider but customise its look with my 2images.How can I achieve this simply ?(in a equivalent way in which ... oliv
[Swing] JScrollPane double MouseMotionListener1196 (3/11/2007 4:40:19 PM) comp.lang.java.programmer hi,I am targetting JRE 1.5.I have an image displayed within a jscrollPane (with scrollbars). (in this way : new JScrollPane(new JLabel(new ImageIcon(image))))I have a MouseMotionListener added to the JScrollPan... oliv
How to clone a java.awt.BufferedImage ?2265 (3/11/2007 3:43:01 PM) comp.lang.java.programmer hi,I have to use a function that returns a java.awt.BufferedImage :BufferedImage image=function.method(..);I want now to clone the "image" instance (different instance but sameinformation).// of course it does ... oliv