-1
votes
0answers
12 views

Parsing a Magnet Link to a Java Application [closed]

I have a an application, my own application, that I would like to use to open Magnet Links. How would I be able to open this application when I click on a magnet link in a web page? My application is ...
1
vote
1answer
44 views

Clickable HTML link in JEditorPane But using replaceSelcetion methode

I searched of how to make clickable links in JEditorPane and i found this Question Is it possible to create programs in Java that create text to link in Chrome? It was very useful but my code ...
0
votes
1answer
19 views

How to display clickable hyperlink in Papplet Java application?

I know how to display simple text with the processing.core.PApplet.text method. But this one can't display clickable hypertext link. How could I make that in Papplet ? I precise that link should open ...
0
votes
1answer
17 views

JAR unresponsive with Windows Explorer hyperlink?

I have a GUI application successfully packaged inside a JAR file that runs fine when I navigate to it through Windows Explorer (this is Windows 7) and actually double-click the file. However, when I ...
0
votes
1answer
117 views

pass data using hyperlink to another html page in java

I want to obtain dd.text() as data in the destination applet(which I shall open as .html in the browser) when the user click on that particular dd, which is hyperlinked. So, how can I retrieve the ...
5
votes
1answer
82 views

Am I only checking for links of a URL with this java code?

I have a method that takes in URL and finds all the links on that page. However I am concerned if it is only taking links as when I check if the links are working or not, some of the links seem ...
0
votes
3answers
64 views

Linking Arrays in Java

Hi im new to Java and im dealing with arrays. I have 2 arrays and would like to link them, that is the elements in the second array correspond with those in the first. That way i can search an element ...
0
votes
2answers
24 views

Using linked spans in textview

I have a textview created in a class B programaticly. When class A calls it. It adds text say "I went to the shop" and i need the word "the" to be a link. This i have done using this in CLASS B ...
1
vote
1answer
43 views

Use files from one Java project in another project in Eclipse

I have two Java projects - MyProject and MyProjectStubs The MyProject has the bulk of the classes for the effort. The MyProjectStubs has certain "dummy" classes whose processing will be ...
0
votes
0answers
45 views

HyperlinkListener to use textPane

I'm trying to get an applet to open a window in the browser for Wikipedia (Chrome and IE9, Win 7). I've tried using a JLabel, a JButton (using HTML in the code) and after reading another question on ...
0
votes
1answer
31 views

Hyperlink from comment field in the database

I need to retrieve some comments from my database to show in a panel in my screen. But, if there is a comment with a link (example: this is the new site: http://www.newsite.com), this part of the ...
0
votes
1answer
33 views

How to creating a link within an email to a java program with parameters

Within my hospital I wish to send an email to staff members with a link which when clicked will run a Java app which displays a form to be completed. I have got this working for a standard form ...
0
votes
1answer
79 views

changing color of the JLABEL with a link

how can i change the color of a JLABEL with a link in java? import java.awt.*; import javax.swing.*; import java.awt.event.*; public class XXX extends JFrame { XXX(){ final JLabel ...
2
votes
1answer
98 views

Make URLs clickable in Eclipse console

Is there a way to turn URLs in the Eclipse console into actual links? It should work without any kind of plugin. Most other questions and howtos just deal with links to files, which apparently works ...
0
votes
1answer
73 views

Add Clickable JPanel to AbstractTableModel

I have a class that extends AbstractTableModel and I'd like to insert a JPanel with clickable text (think hyperlink) into one of the cells. Is this possible? Currently the output in my cell with ...
0
votes
2answers
40 views

How to use an input field to permanently save to a webpage?

First of all, I'm not a programming expert. I'm fluent in VB, functional with html & php, & somewhat fluent with java. I have created a password protected side of my business' website that ...
2
votes
0answers
167 views

Link doesn't work when I access it via localhost

The following servlet creates a directory named Shared and then copies the video into this directory.Next it presents the link,to download this video. But when I click the link,nothing happens. Why is ...
0
votes
1answer
147 views

PrimeFaces: Is there a way to put a hyperlink inside <p:message>

After a user add an item to the cart successfully, I'd like to display a message like Click here to continue shopping and Click here to view your cart using <p:message> or <p:growl>. I ...
0
votes
0answers
120 views

link tag in jsp including routing

I'm developing an application using JSF/JSP. I would like to link the welcome.jsp page to the login.jsp page. Is there any way to create a hyperlink other than hardcoding the "a" tag: <!-- content ...
0
votes
1answer
115 views

Is it possible to create programs in Java that create text to link in Chrome?

I apologize for the long question. I was browsing a forum the other day and I saw a few pieces of text that were linking to youtube and other sites. I had to always highlight and then copy and paste ...
0
votes
1answer
100 views

hyperlink to open in browser in java?

Is there a way to set ac.getPage() as a hyperlink to open in broswer when clicked on? ac.getPage() returns a string which is an actual fact a url of a persons blog. I tried attaching the following ...
1
vote
2answers
94 views

Jumping to internal anchors in JEditorPane

I've got a problem: I want to use internal anchors <a name="x"> and links <a href="#x"> inside a JEditorPane. The content of the pane is not loaded from a resource but dynamically created ...
0
votes
2answers
171 views

How can I add hyperlinks to a JTextPane without html?

I have a JTextPane with a StyledDocument "doc" and I want when I doc.isertString(doc.getLength(), "http://www.google.com", attrs) the JTextPane to show a hyperlink that can be clicked. I put ...
0
votes
1answer
70 views

Is there a way to refer bean's property (both getter and setter) in Javadoc?

Suppose I have a class with bean's property sum, which is implemented with setter void setSum(double value) and getter double getSum(). Is it possible to refer this by single link in javadoc? Suppose ...
0
votes
0answers
88 views

how to get the hyperlink url path of web view using JFXPanel

I am working in swing using JAVA Fx control JFXPanel. I want to get the hyperlink path of the java Fx Panel how is it possible . I am using the following code. I am working in swing using JAVA Fx ...
0
votes
1answer
110 views

JavaMail API Mac Mail.app links appear like x-msg://number/… in other cases it is spam, plain text etc

I am new to JavaMail API and I have got a problem. My sending is done throw Google API, my code is: final String username = from; final String password = passwd; Properties props = new ...
1
vote
1answer
156 views

Display clickable HTML links in JEditorPane

I have done some Googling, and all the methods do achieving clickable links in html didn't have much explanation on how they worked(at least not enough for me to understand). Anyone willing to ...
4
votes
1answer
487 views

How to create a String Array and link it to a Grade array

I have a project that I need to create 2 Arrays, one to hold Student Names and one to hold Student Scores. The user inputs the size of the array, and the array needs to be sorted using BubbleSort ...
0
votes
0answers
36 views

Java Library for LLCP packet creation and retrieval

I am writing a library to be included in other applications. I need to find a java library that will allow me to construct a LLCP packet that is sent out via broadcast. Additionally, I need to listen ...
-2
votes
2answers
114 views

Javascript dynamic change in link href

Is there a clear cut method to changing the contents of a url in href based on user submitted information? For EXAMPLE: A user submits the word "basketball" into a search box and the result is the ...
1
vote
2answers
96 views

Searching with Java using Google

I am trying to use Java to search for a String on Google. I heard about a Google API but I wasn't able to find anything useful. It should look something like this: I have a text file. Every Line is a ...
2
votes
3answers
179 views

Wicket link replay attack

I have a ListView composed by different fragment which contains text and a link (inside another fragment). The link is visible depending on the state of the listview model. For simplicity let's say ...
2
votes
2answers
207 views

How to create a JTable that converts URLs into hyperlinks as you type, in Java

I need a JTable that has multilined cells, and converts multiple (in one cell) URLs into clickable hyperlinks and supports basic style manipulation (bold, italic, underline), which means I can edit ...
2
votes
1answer
97 views

Displaying custom String as link in JEditorPane

How can I show a custom string like [1234|alink] as link with "alink" as text and "1234" as its location without replacing it with a <a> tag? I mean something like a BBCode.
0
votes
2answers
306 views

Add hyperlink as a TableItem SWT

How can I add a hyperlink to a SWT Table? I need to have a table with ordinary TableItem objects as its rows, but sometimes I need to have a hyperlink there, so that someone can click on it open the ...
0
votes
0answers
28 views

Accessing hyperlinks from the mirror webpage

I have created a mirror of an existing website (in Java) and the main index page is working fine. However, I would like to know how to advance to the hyperlinks present in the index page. I have no ...
-2
votes
3answers
103 views

How can I download a file from its download link provided on a webpage using java?

How can I download a file from its download link provided on a webpage using java? For example, I want to download this file: http://rss.cnn.com/rss/edition.rss from ...
0
votes
1answer
1k views

Open link to file in Vaadin

I'm trying to open a link to a file in a new window in Vaadin using the following code: getWindow().open(new ExternalResource("./uploads/file.png"), "_blank"); I have the file stored in the webapp ...
0
votes
1answer
55 views

Clone a 'link' in SWT

I have a table of information that includes a username, an ip address, and a timestamp. What I wanted to do was to have the ip address contained within a link object that when the link is clicked it ...
0
votes
1answer
399 views

How do I create a hyperlink in java?

I'm going through the google app engine tutorials I'm very new to google app engine, java and web programming in general. So my question is, at the bottom of the page it says to add a link to allow ...
-2
votes
1answer
91 views

Creating a random string and adding the string to a link [closed]

I am completely new to programming, but I am trying to write a script to generate an alphanumeric string (a-zA-Z0-9) then have that string inserted into a web address when a button is clicked. For ...
0
votes
1answer
74 views

Save picture and get a link using Java and Tomcat

How can I save a picture in my Java Application and get an HTTP link? How can I then download the picture with this link in another program? I am using the Apache Tomcat and Spring. Is there a ...
2
votes
3answers
84 views

Java JEditorPane Hyperlink won't exit tag

I am attempting to use hyperlinks inside of a JEditorPane for certain words, similar to the idea of clicking a word to get its definition. As words are typed into the editor pane, the program is ...
0
votes
0answers
67 views

How to set different strings or entries with different icons in more than one spinner?

I am developing the app and one of an activity has 3 spinners,and they loads same strings and image icons , even i defined different strings and image icons for each spinners..i want to set different ...
-1
votes
1answer
167 views

Java : Looking for a specific API : passwordcompressor.jar [closed]

I am looking for the API : passwordcompressor.jar Sadly I don't find it on the internet. Links are dead for most of stuff I found. I would be most grateful if you could forward me some link with to ...
3
votes
1answer
291 views

HyperLinks in JXTable column, populated from database

My question is how can I make the hyperlinks from a JXTable column (just for one/specific column) to action like "_blank" links of my default desktop web browser. I use JXTable and a ...
0
votes
2answers
596 views

JEditorPane Hyperlink swing html

I'm having a difficult time getting the hyperlink to work in a JEditorPane. Could someone please tell me what I'm doing wrong here? I want to be able to click on the link and the browser to open to ...
0
votes
0answers
48 views

How to format the text in a Apache-Pivot Prompt with HTML?

I'm using Apache Pivot and I like the way it works. With SWING it was possible to use html to format text in some cases. I'd like to format a message in a "Prompt" (or an Alert). How can this be ...
4
votes
3answers
224 views

Hyperlinks in JLabels

This is the code I have in a file called Test2.java in a package called test2 in a project called Test2; package test2; import javax.swing.JFrame; public class Test2 { public static void ...
0
votes
0answers
48 views

Retrieve string value inside hover over, from applet

I am running an applet in IE which is generated from an external VLX file. The VLX file is pulling data from a database and when a user hover overs a specific icon when the applet is running, a hover ...

1 2 3