DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
With this little update, we can now closed any tab simply by clicking on his closed-button. For example, it's exactly the same graphic method of Firefox, with a little button on the ride site of a tab (I say right side, but position can, of course, be changed in css).
Codes /
...
.java
First modification, AbstractTab.class
...
Second modification, our TabbedPanel
.
...
java
So we created tabs, no we have to create a panel who contains our tabs.
I simply rewrited org.apache.wicket.extensions.markup.html.tabs.TabbedPanel and add some modifications.
Let see the code, I'll explain just after my modifications.
...