Search:

Type: Posts; User: LMHmedchem

Search: Search took 0.21 seconds.

  1. Re: small disaster with upgrade to 1.7.0_17-b02

    One of the questions I have is why this worked up until recently, meaning that this code has existed for years and has never thrown this exception before. If there was an error in javax.swing.border...
  2. Re: small disaster with upgrade to 1.7.0_17-b02

    I posted a reply to this, but it did not post, presumably because it had a link to a bug report. I would suggest that it would be alright to allow links to bugs.sun.com without moderator approval,...
  3. Re: small disaster with upgrade to 1.7.0_17-b02

    I added the following to the line before the exception,


    System.out.println( " " );
    System.out.println( "test print" );
    System.out.println( Font.BOLD );
    System.out.println( border );...
  4. Re: small disaster with upgrade to 1.7.0_17-b02

    This is the block of code with the issue, line in question (#62),



    60 oPanel = new JPanel(new MigLayout("fillx"));
    61 TitledBorder border = new TitledBorder("Option");...
  5. Re: small disaster with upgrade to 1.7.0_17-b02

    Thanks, I will try that. I assume I have to test this in debug mode and put a breakpoint somewhere, or will it still print the variables even with the exception?

    LMHmedchem
  6. small disaster with upgrade to 1.7.0_17-b02

    I have a java gui that was written for me a few years ago to provide a user interface for a command line application. After updating my jre to 1.7.0_17-b02, the application will no longer start. I...
Results 1 to 6 of 6