The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| FIXME | 8 | FIXME |
| TODO | 15 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 8
| com.seaglasslookandfeel.component.SeaGlassInternalFrameTitlePane | Line |
|---|---|
| The state *still* doesn't get the color right!!! | 461 |
| com.seaglasslookandfeel.component.SeaGlassTitlePane | Line |
| The state *still* doesn't get the color right!!! | 545 |
| com.seaglasslookandfeel.painter.ComboBoxPainter | Line |
| Make this work again. Shape s = g.getClip(); if (full) { g.setClip(0, 0, width, height); } else { g.setClip(width - buttonWidth, 0, buttonWidth, height); } g.setColor(outerShadowColor); s = setPath(CornerSize.OUTER_FOCUS, 1, 2, width - 2, height - 2); g.fill(s); g.setColor(innerShadowColor); s = setPath(CornerSize.INNER_FOCUS, 2, 2, width - 4, height - 3); g.fill(s); g.setClip(s); | 179 |
| com.seaglasslookandfeel.ui.SeaGlassRootPaneUI | Line |
| Restore original content pane opacity. | 258 |
| com.seaglasslookandfeel.ui.SeaGlassScrollBarUI | Line |
| Need to take RtL orientation into account. | 376 |
| com.seaglasslookandfeel.ui.SeaGlassSliderUI | Line |
| Hack to make slider track the right thickness. | 802 |
| com.seaglasslookandfeel.ui.SeaGlassTableUI | Line |
| We need to not repaint the entire table any time something changes. paintGrid(context, g, rMin, rMax, cMin, cMax); | 439 |
| com.seaglasslookandfeel.ui.SeaGlassTextFieldUI | Line |
| Do better baseline calculation than just subtracting 1. | 499 |
Number of occurrences found in the code: 15
| com.seaglasslookandfeel.SeaGlassLookAndFeel | Line |
|---|---|
| Should we do something with this exception? | 605 |
| Why doesn't ColorUIResource work here? | 1058 |
| Why doesn't ColorUIResource work on these next two? | 1675 |
| use a map of known regions for Synth and Swing, and then use [classname] instead of org_class_name style | 2844 |
| com.seaglasslookandfeel.SeaGlassSynthPainterImpl | Line |
| Paint tree cell focus. | 2666 |
| com.seaglasslookandfeel.component.SeaGlassInternalFrameTitlePane | Line |
| style.getColor returns improper color for state? Why? | 453 |
| com.seaglasslookandfeel.component.SeaGlassTitlePane | Line |
| style.getColor returns improper color for state? Why? | 537 |
| com.seaglasslookandfeel.painter.ComboBoxPainter | Line |
| Get this from the UI. | 55 |
| com.seaglasslookandfeel.painter.util.ShapeGenerator | Line |
| These two lines were curveTo in Nimbus. Perhaps we should revisit this? | 464 |
| com.seaglasslookandfeel.ui.SeaGlassTabbedPaneUI | Line |
| need to just repaint the tab area! | 1903 |
| need to just repaint the tab area! | 1928 |
| com.seaglasslookandfeel.ui.SeaGlassTextFieldUI | Line |
| Fix caret positioning, selection, etc. | 787 |
| com.seaglasslookandfeel.util.WindowUtils | Line |
| if the WeakReference's object is null, remove the WeakReference as a FocusListener. | 160 |
| check to see if the component already has an ancestor. | 187 |
| if the WeakReference's object is null, remove the WeakReference as an AncestorListener. | 207 |