Problens - convert awt to swing
843805Jan 10 2007 — edited Jan 10 2007I have some problens to find a way to convert these classes of awt:
-SystemColor
references: to the field SystemColor.scrollbar, Systemcolor.control
-Color
references: fiels : color.black, color.red
-Font
referencees: setFont
-BorderLayout
references: add(component, borderlayout.CENTER)
to another classes of swing package.
So, i have these awt classes and i need to convert all these classes to swing classes.