[Uml-devel] [Bug 130093] New: Progam freeze importing java classes

Manuel Reinaldo manuel.reinaldo at gmail.com
Sat Jul 1 08:35:59 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=130093         
           Summary: Progam freeze importing java classes
           Product: umbrello
           Version: unspecified
          Platform: Slackware Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: manuel.reinaldo gmail com


Version:           1.5.3 + (#129107) +(#126560, #129252) Build kdesdk-555673 (using KDE KDE 3.5.3)
Installed from:    Slackware Packages
Compiler:          gcc (GCC) 3.3.6 
OS:                Linux

The program freezes completelly when importing the following java class:

import java.awt.*;
import java.io.*;
import java.net.*;
import java.awt.event.*;
import javax.swing.*;
import java.awt.Toolkit;

public class DumpDownLoad
{
  

  JFrame frame=new JFrame();

  // Add the scroll panes to a split pane.
  JSplitPane vertical1 = new JSplitPane(JSplitPane.VERTICAL_SPLIT);

  // Create obects
  GridBagLayout layout = new GridBagLayout();
  JLabel versionLabel = new JLabel(new String(" Version to download: "));
  JLabel displayLabel = new JLabel(new String(""));
  JPanel topPanel = new JPanel(layout);
  JEditorPane logPane = new JEditorPane();
  JScrollPane bottomPane = new JScrollPane(logPane);
  JTextField versionText = new JTextField("",4); 

  
}




More information about the umbrello-devel mailing list