Feature Requests item #1071318, was opened at 2004-11-22 16:12
Message generated for change (Comment added) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1071318&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Miguel (migueljmol)
>Assigned to: Bob Hanson (hansonr)
Summary: clipboard support to application

Initial Comment:
We should add support to pulling a model off of the
clipboard within the Jmol application

---------------------------- Mensaje original
---------------------------- Asunto: JMOL: support for
copying a MOL string off system clipboard De:     "Pat
Spink" <[EMAIL PROTECTED]>
Fecha:  Lun, 22 de Noviembre de 2004, 16:01
Para:   [EMAIL PROTECTED]
--------------------------------------------------------------------------

Miguel,

Would it be possible to support copying a MOL string
off the system clipboard:

// Get data from clipboard
Transferable clipData = 
  clipboard.getContents(clipboard);
// Make sure not empty
if (clipData != null) {
// Check if it supports the desired flavor
  if (clipData.isDataFlavorSupported
       (DataFlavor.stringFlavor)) {
// Get data
    String s = (String)(clipData.getTransferData(
      DataFlavor.stringFlavor));
// Use data
    ...
  }
}


----------------------------------------------------------------------

>Comment By: Bob Hanson (hansonr)
Date: 2006-08-22 18:01

Message:
Logged In: YES 
user_id=1082841

 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1071318&group_id=23629

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to