/[classpath]/classpath/javax/swing/JColorChooser.java
ViewVC logotype

Diff of /classpath/javax/swing/JColorChooser.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.2 by gnu_andrew, Sat Jan 15 17:02:20 2005 UTC revision 1.3.2.3 by gnu_andrew, Thu Apr 28 23:00:13 2005 UTC
# Line 229  public class JColorChooser extends JComp Line 229  public class JColorChooser extends JComp
229    
230    /**    /**
231     * This is a helper method to make the given JDialog block until it is     * This is a helper method to make the given JDialog block until it is
232     * hidden.     * hidden.  This is package-private to avoid an accessor method.
233     *     *
234     * @param dialog The JDialog to block.     * @param dialog The JDialog to block.
235     */     */
236    private static void makeModal(JDialog dialog)    static void makeModal(JDialog dialog)
237    {    {
238      try      try
239        {        {

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26