{{theTime}}

Search This Blog

Total Pageviews

Swing Features in Java6.0

Swing Features in Java6.0

  • Added subpixel font rendering
  • Improved GIMP Toolkit(GTK) and Windows Look and feel
  • Added splash-screen API
  • Table Sorting and filtering and Desktop API's
  • Added Group Layout
  • Drag and Drop no longer a drag
  • Java Web Start and Java Plugin Framework user experience is much improved

Java6.0 splash screen, Table sorting, filtering Examples click here.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...