Skip to content

Hyperlinker is a small java app developed to help user who have to deal with opening internet pages who use a codified ending URL (Ex: http://my_site.com/invoices/3122502, where 3122502 is the code)

License

Notifications You must be signed in to change notification settings

bsocaciu/Hyperlinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperlinker

Hyperlinker is a small java app developed to help user who have to deal with opening internet pages who use a codified ending URL (Ex: http://my_site.com/invoices/3122502, where 3122502 is the code). All it does is separing the code from the base url so it is easier to enter. Just enter the base URL in the first TextField, the code in the second one, and press OpenLink. The app will open a new page in your browser with the given URL.

Instructions for bug reporting

  • Optimizations are encouraged
  • Exceptions --> post stacktrace
  • Bug reports must contain instructions on how to reproduce the bug. This is the single most important point. Bugs that can't be reproduced can't be fixed either.

Change log

  • 0.0.1:

    • uploaded the project :)
  • 0.0.2:

    • added checkbox selection for backslash autocompletion
    • added actionlistener on the code textfield --> open link on enter key-press

Rules (for pull requests)

  • Every method and class (except for getter, setters, maybe toString's ...) from this project has a javadoc and I intend to keep it that way.
  • Any new dependencies should be resolved in the pom.xml
  • Any feedback is accepted.
  • Contributors are added to a contributor list
  • Be creative & have fun!

This is a free software

You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Tags

  • Java
  • Maven
  • Java awt.Desktop
  • Java Net

About

Hyperlinker is a small java app developed to help user who have to deal with opening internet pages who use a codified ending URL (Ex: http://my_site.com/invoices/3122502, where 3122502 is the code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages