Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
It seems that uncommenting the lines:

// Component comp = super.getTableCellRendererComponent(table, value, 
isSelected,
hasFocus, row, column);
// System.out.println("row = " + row + ", opaque = " + isOpaque());
// if (row % 2 == 0) {
// comp.setBackground(alternateColor);
// setBackground(alternateColor);
// } else {
// comp.setBackground(table.getBackground());
// setBackground(table.getBackground());
// }

beginning with 1223th line in the file SeaGlassTableUI.java, solves the problem.
But why - I don't know... maybe I should have studied the whole classfile :)

Original comment by saephir on 9 Apr 2010 at 5:42

from seaglass.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Well, I'm currently working on this stuff. Have you tried the released version 
(0.1.7.2)?

The table UI code isn't necessarily completely working.

Original comment by kahuxtable on 9 Apr 2010 at 5:46

from seaglass.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
I'm using 1.7.2.2 and this problem occurs when a JTable is bound to a data 
source (
database in my case).

Original comment by [email protected] on 4 Jun 2010 at 3:32

from seaglass.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
well, I like seaglass very much. And i meet this problem too.
I am just a newcomer of java.
Although I have saw the download link of seaglass sources files, but I don't 
know how to input the sources to Netbeans, and how to compile it.
So, I found the related .class files in the demo.jar, and use this files to 
replace released version(0.1.7.2.2).successful!!
But I can't understand, the demo was created on 10.03.13
and the released version was created on 10.03.26

Original comment by [email protected] on 12 Jun 2010 at 3:56

from seaglass.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Working on this as well as some other table stuff. Tables are pretty messed up 
at the moment.

Original comment by kahuxtable on 2 Jul 2010 at 2:33

  • Changed state: Started

from seaglass.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Fixed in r1535.

Original comment by kahuxtable on 2 Jul 2010 at 5:13

  • Changed state: Fixed

from seaglass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.