Note that there are some explanatory texts on larger screens.

plurals
  1. USJoao Coelho
    primarykey
    data
    text
    plurals
    1. COThere's another tutorial [here](http://www.howtogeek.com/107965/how-to-add-any-application-shortcut-to-windows-explorers-context-menu/ "here") that may be more to the point of what you're looking for. Also, I have this project that pretty much follows that tutorial to register my app to show up on right click on the selected file extensions: https://code.google.com/p/j-search-and-replace Take a look at the `SetRegistry` class and also go over the wiki that explains how to debug in Visual Studio under UAC, which is necessary if you're going to add the registry entries programatically.
      singulars
    2. CO@ILoveFortran, I don't think what you're saying is correct. The MSDN article to clearly states: "A hash code is not a permanent value. For this reason: 1)Do not serialize hash code values or store them in databases. 2) Do not use the hash code as the key to retrieve an object from a keyed collection. 3... 4...", ie, the HasCode changes during the lifetime of the object and your code needs to be aware of that. If you want to make each object unique with an identifier that never changes in its lifetime, you should use something else.
      singulars
    3. COThis is very cool! A few Q's: 1) The table can be inserted in any Component, right? (JPanel, JScrollPane, etc.), 2) We have control over the column names? (my app is localized in several langs) and 3) Does `SwingObjTable` require `hashCode` and `equals` to be implemented?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload