This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: easier Kawa object building with Swing example


On 10/11/2010 07:08 PM, Jamison Hope wrote:
Oh, by the way, Kawa is being noisy about unboxing booleans:
$ java kawa.repl
#|kawa:1|# (javax.swing.JPanel visible: #f)
/dev/stdin:1:1: warning - type java.lang.Boolean is incompatible with
required type boolean
javax.swing.JPanel[,0,0,0x0,invalid,hidden,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]


I checked in a fix for this. Actually, I checked in two fixes, either of which will fix the problem, but both of which are desirable. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]