Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4217422

App freezes on windows during move operation

XMLWordPrintable

    • x86
    • windows_95, windows_98

      When implementing a "move" operation using drag and drop,
      a call to setText("") causes the application to freeze on windows.
      If a move was successful (from one textfield to another
      for instance),
      the desired behavior would be to erase the text from the first
      textfield.

      The following code is taken from a TextField extension that
      implements DragSourceListener:

      public void dragDropEnd(DragSourceDropEvent dsde){
           this.setText(""); //application hangs
      }

            rbrinkle Roger Brinkley (Inactive)
            shommel Scott Hommel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: