You are missing the code that draws the actual border. 

   // create a thin border 

   stroke = createObject("java", "java.awt.BasicStroke").init( 1 );
   graphics.setStroke( stroke );  // ** this line is missing
   graphics.setColor( Color.decode("##000080") ); //** this line is missing
   graphics.draw( shape ); //**  this line is missing
   graphics.dispose();

(See my previous response for a complete working exa

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349973
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to