Showing posts with label size. Show all posts
Showing posts with label size. Show all posts

Thursday, April 19, 2012

Calculating usage of localStorage space


I am creating an app using the Bespin editor and HTML5's localStorage. It stores all files locally and helps with grammar, uses JSLint and some other parsers for CSS and HTML to aid the user.

Tuesday, April 10, 2012

Monday, February 20, 2012

JTabbedPane: change tab size when change tab title


I have a a JTabbedPane myTab within my JFrame. Its first tab has a title of "old title". I want to change the title dynamically, so I use this code to set: