I think it was pretty well covered in the article, but the discussion stemmed from Item 18 in the book
Effective C++, "Strive for class interfaces that are complete and minimal." You can find his books at
http://www.aristeia.com/books_frames.html or at a bookstore.
I would have liked it if Bill had asked what specific suggestions Scott would have to make a class like
JFrame (or any of its superclasses for that matter), or MFC's
CWnd more minimal, yet still complete. I didn't count, but I'd guess both of these examples tally up more than a couple hundred methods.