Skip to content

Commit

Permalink
White scroller.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Nov 18, 2002
1 parent e04245a commit 3659043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/AboutBox.java
Expand Up @@ -170,7 +170,7 @@ public void paintComponent( Graphics g ) {
int lines = ( getHeight() - TOP - BOTTOM ) / height;

int y = firstLineOffset;

g.setColor(new Color(255, 255, 255));
for ( int i = 0; i <= lines; i++ ) {
if ( i + firstLine >= 0 && i + firstLine < text.size() ) {
String line = (String) text.get( i + firstLine );
Expand Down

0 comments on commit 3659043

Please sign in to comment.