1. Swing components inside HTML stackoverflow.comDoes anybody know of a pure java (ar at least cross platform) open source component/library which displays HTML which can contain swing components inside it? All I could find were either abandoned ... | |||||||||||||||||||||||||||||||
2. Do .NET GUI components support HTML (like Java swing does)? stackoverflow.comHTML can be used in Java swing GUI components, like | |||||||||||||||||||||||||||||||
3. Which HTML tags are supported in Swing components? stackoverflow.comMany Swing components support embedded HTML, but I cannot find any official documentation on that subject. (Everything on Sun's pages about HTML seems to be targeted at JEditorPane) So: Which HTML tags ... | |||||||||||||||||||||||||||||||
4. Swing's BasicHTML.createHTMLView metrics usage stackoverflow.comI'm doing some graphics processing and HTML is a perfect choice for styling the displayed content. I'm trying to reuse swing's built in html support, and it works perfectly if I ... | |||||||||||||||||||||||||||||||
5. Render html in Swing application stackoverflow.comI have a swing application that sends commands to server and receives result in XML format. I need to transform this into HTML via XSLT and then display result HTML on ... | |||||||||||||||||||||||||||||||
6. Where can I find a concise comparison of Java (swing, JWS) versus HTML/JS for RIA stackoverflow.comLooking to implement a RIA (rich internet application) either as a java (JWS) application or HTML/CSS/JS. I have been looking for resources that show a clear pro's con's on the subject, ... | |||||||||||||||||||||||||||||||
7. How to open html file in default browser from Java Swing application? stackoverflow.comMy Java Swing application generates html file and I want to open it with default browser when it is generated and saved. How to achieve that? | |||||||||||||||||||||||||||||||
8. how to show a html webpage in a GUI in Java stackoverflow.comI've recently worked on a project on search query,and I am only last step away from completion. Now I have a nice URL,and can open it in "cmd /c start" statement in ... | |||||||||||||||||||||||||||||||
9. Using HTML in Swing Applications stackoverflow.comNeed some help here..I am trying to write a simple swing application which displays some text based on user actions. Its like help where user clicks on some url and he ... | |||||||||||||||||||||||||||||||
10. Help with Java Swing HTML parsing stackoverflow.comI am parsing a collection of HTML documents with the Java Swing HTML parsing libraries and I am trying to isolate the text between | |||||||||||||||||||||||||||||||
11. How can I use a browser as gui for java? stackoverflow.comI want something similar with php/jsp in java, but not on the server side, but on the client side. Maybe I can make a html file with i/o, or with some net.* ... | |||||||||||||||||||||||||||||||
12. Does Swing have a similar component like HTML stackoverflow.comI want to display some information in a JMenuItem. The data format is like this:
My problem is that when I create the JMenuItem it displays the whole key-value ... | |||||||||||||||||||||||||||||||
13. Avoid writing html, by coding in java stackoverflow.comI want to avoid writing < table > < / table> and other stuff like that, by writing java (or python) classes.
ex. | |||||||||||||||||||||||||||||||
14. HTML Tag in Java Swing Components stackoverflow.comDoes adding HTML tags to Swing components, for example JLabels, make rendering of JFrame slow? I mean how is the performance of HTML rendering in Swing components? | |||||||||||||||||||||||||||||||
15. Java: HTML in Swing, link margin not working stackoverflow.comHi there | |||||||||||||||||||||||||||||||
16. Registering a TagAction for all instances of HTML.UnknownTag stackoverflow.comI know that I can register a TagAction for a particular HTML.UnknownTag by doing something like this:
| |||||||||||||||||||||||||||||||
17. Implementing an HTML front end to a Java application? stackoverflow.comI am left scratching my head a little bit and would like some advice and direction, or even experience of others in implementing an HTML/CSS based GUI for a Java application ... | |||||||||||||||||||||||||||||||
18. JDIC vs DJ project stackoverflow.comOn my swing application i need web browser that support html5 and css. I considering jdic or dj project. it seems like jdic is dead? I would be glad to get some reviews. | |||||||||||||||||||||||||||||||
19. Java Swing Components - why deprecated HTML markup? stackoverflow.comI'm learning Java from a webdev background. I've been using some HTML inside Swing components, but a little part of me dies every time I see or write
So I ... | |||||||||||||||||||||||||||||||
20. Parsing HTML TD tags with certain optional attributes using swing in java stackoverflow.comI am new in parsing HTML using Java. What I want to do is to get the text between tags but those tags contains some optional attributes. for example, I have ... | |||||||||||||||||||||||||||||||
21. including html and other files in swing project forums.netbeans.orgI am using JavaHelp to develop help system for my project. I want to store html help files and other resource files in seperate folders. These files should be included in ... | |||||||||||||||||||||||||||||||
22. Using html tags coderanch.comHi! Well have u tried to display the text in a JEditor pane?? I guess that supports HTML and so interprets the tags that u send as a string and displays the same.. Well look around the swing api in javax.swing.text.html.* for more methods and workrounds.. all the best Regds Gautham Kasinath | |||||||||||||||||||||||||||||||
23. Appletviewer-HTML in Swing 1.1.8 coderanch.comThere're two ways to do this: 1) Deploy the swing library (swing.jar) file on webserver, and specify archive="swing.jar" attribute in applet tag. Now, every time a user loads the page, this jar file would be downloaded before your applet. Note that swing.jar (or swingall.jar) is a huge file and it make take a while to download. 2) Other way is to ... | |||||||||||||||||||||||||||||||
24. using Swing rather than HTML coderanch.com | |||||||||||||||||||||||||||||||
25. changing HTML.Attribute coderanch.comdoes anyone have any experience using HTML.Attribute? i'd like to change the value of one, i noticed that it is a a final variable though. is the only way to use it to removeAttribute and then addAttribute it back again? i've noticed that there are problems with writing the HTMLDOcument to file when that is done. | |||||||||||||||||||||||||||||||
26. opening html page from application-urgent coderanch.comHi everybody ! Can you please anybody help me with coding for the following problem with explanation. I have application building on swing,problem is that i can able to call HTML page in the browser from my application,but i want to call other HTML pages,since they require login & password,i can only able to open login page,though i have given other ... | |||||||||||||||||||||||||||||||
27. Swings+HTML coderanch.comhi folks, i am making a Help for my sw. I am using Java script for it. I hv made a GUI for my sw. On this GUi i hv a Help menuitem. this menuitem whn clked shd open a browser in wch i hv my help in document form. there r many hyperlinks wthin my help document. can any one ... | |||||||||||||||||||||||||||||||
28. Swings+HTML coderanch.comhi folks, i am making a Help for my sw. I am using Java script for it. I hv made a GUI for my sw. On this GUi i hv a Help menuitem. this menuitem whn clked shd open a browser in wch i hv my help in document form. there r many hyperlinks wthin my help document. can any one ... | |||||||||||||||||||||||||||||||
29. Swings & HTML coderanch.comhi folks, i am making a Help for my sw. I am using Java script for it. I hv made a GUI for my sw. On this GUi i hv a Help menuitem. this menuitem whn clked shd open a browser in wch i hv my help in document form. there r many hyperlinks wthin my help document. can any one ... | |||||||||||||||||||||||||||||||
30. send info an html page from java coderanch.com | |||||||||||||||||||||||||||||||
31. Parsing HTML 4.0 files using the swing HTML Parser coderanch.com | |||||||||||||||||||||||||||||||
32. Parsing HTML 4.0 files using the Swing HTML Parser coderanch.com | |||||||||||||||||||||||||||||||
33. Parsing HTML 4.0 files using the Swing HTML Parser coderanch.com | |||||||||||||||||||||||||||||||
34. Visual Basic to HTML coderanch.com | |||||||||||||||||||||||||||||||
35. HTML Viewer for java coderanch.com | |||||||||||||||||||||||||||||||
36. Dynamic HTML in Java coderanch.com | |||||||||||||||||||||||||||||||
37. stand alone Html Search coderanch.com | |||||||||||||||||||||||||||||||
38. problem of opening html file through IE using swing coderanch.comhi, i wanted to open a document using Internet Explorer/Netscape. what i am planing is that to generate reports for printing, through crystal report application or using IE as there is inbuilt facility for printing & report generation. As per above code i could open Internet application through swing, but i cannot open specific file which i wanted to print in ... | |||||||||||||||||||||||||||||||
39. Rendering HTML coderanch.comHi All, I am working on swing compionents. Now I have a button on my prom called "Open Docs", which I would like to point to locally stored HTML document. Is there any way I can get this doen. Obstacles may be, how to determine which browser is installed on the machine, as application is multi platform and so on. Also ... | |||||||||||||||||||||||||||||||
40. page calculation for the html content coderanch.com | |||||||||||||||||||||||||||||||
41. Problem in Opening HTML Page in Internet Explorer from my Swing Application coderanch.comHi, I am opening a HTML file in Internet Explorer from my swing application.I am using the code given below ........... private final static String WIN_FLAG = "url.dll,FileProtocolHandler"; private final static String WIN_PATH = "rundll32"; ............ String cmd = WIN_PATH + " " + WIN_FLAG + " " + url; // url is HTML file Path Process p = Runtime.getRuntime().exec( cmd ... | |||||||||||||||||||||||||||||||
42. how to find out whether a particular HTML page is already opened ? coderanch.com | |||||||||||||||||||||||||||||||
43. problen rendering HTML in swing components under Solaris using 1.4 beta2 coderanch.comI need some advice, A customer of ours is using Solaris version is 2.8 with Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77). Has anyone heard of any issues with this build of 1.4? Parts of our software use JEditorPanes and other swing widgets that have HTML encoded text. But under this particular version of Java w/ Solaris, the HTML rendering ... | |||||||||||||||||||||||||||||||
44. HTML in Swing coderanch.com | |||||||||||||||||||||||||||||||
45. Reading HTML Files coderanch.comI've written the following BASIC browser pane that you might find useful. It's not the cleanest code I've ever written; many apologies. But reading through should show you the basics of rendering html. Hope it helps. import java.io.*; import java.net.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Prob05 { /************************************************************* Program to create socket with baldwin's server, send get request ... | |||||||||||||||||||||||||||||||
46. Linking HTML pages in JavaHelp coderanch.com | |||||||||||||||||||||||||||||||
47. parsing html with swing coderanch.com | |||||||||||||||||||||||||||||||
48. HTML Parsing coderanch.com | |||||||||||||||||||||||||||||||
49. showing a html file coderanch.com | |||||||||||||||||||||||||||||||
50. HTML and Swing Components and showing Meta Tags in html file coderanch.com | |||||||||||||||||||||||||||||||
51. How to make eclipse like html help ? coderanch.comWhat kind of graphic lib are you using in your application: swt or swing? If its swing (and I guess it is indeed swing), you can only mimic the appearance of Eclipse (Eclipse is based on swt). Now there are lots of good Look-and-feels out there, which might help to mimic Eclipse style help. You can also using swt/Jface for your ... | |||||||||||||||||||||||||||||||
52. java and html 2.x or 3.x coderanch.com | |||||||||||||||||||||||||||||||
53. Invoking context based WinHelp(HTML HELP) from swing. coderanch.com | |||||||||||||||||||||||||||||||
54. convert doc to html (DefaultStyledDocument ) coderanch.com | |||||||||||||||||||||||||||||||
55. Retrieving HTML markup from swing componant coderanch.comHi, I am wondering if it is possible to extract the HTML markup from a swing object once it has been set and displayed on the object. For example, I can set the content type on a swing textpane to text/html and then set the text to be a html table within code with the .setText() method. The textpane then has ... | |||||||||||||||||||||||||||||||
56. HTML viewer coderanch.com | |||||||||||||||||||||||||||||||
57. HTML To RTF Conversion coderanch.com | |||||||||||||||||||||||||||||||
58. Swing components in HTML page possible? coderanch.com | |||||||||||||||||||||||||||||||
59. Rendering HTML coderanch.comHi Arto Not really sure what you mean. Most simple html pages have a beginning and an end, and you start from the top till you get to the bottom (end of html) and then stop. Would you see the text changing or only the pictures? Hope you're not confusing html with streaming video! You could put the html client/renderer in ... | |||||||||||||||||||||||||||||||
60. Swing HTML Viewer ? coderanch.compublic class docHtml extends JInternalFrame implements HyperlinkListener { private final int WIDTH = 650; private final int HEIGHT = 320; private JEditorPane editorpane; URL index; Document doc; public docHtml(String PATH) { super("Chitlesh GOORAH", true, //resizable true, //closable true, //maximizable true);//iconifiable index = ChitleshGoorah.class.getResource(PATH); createContentPane(); editorpane.addHyperlinkListener(this); setDefaultCloseOperation(DISPOSE_ON_CLOSE); calculateLocation(); setVisible(true); } public void hyperlinkUpdate(HyperlinkEvent e) { try{ if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) { doc ... | |||||||||||||||||||||||||||||||
61. Loading html page in swing coderanch.comI want to load html page which contains javascript code like :- function fun() { window.open('directoryname/filename.htm', 'title', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes ,height=500,width=700') } I am using JEditor to show html pages i.e. JEditor.setPage(url) method to show url . But it is not understanding javascript code. Is there any solution to make JEditor script enabled? second solution is to load default browser .If I load ... | |||||||||||||||||||||||||||||||
62. HTML coderanch.comHi everyone, I am trying to add html tables to a html document and the html table appears but here is the problem in that only certain attributes of the table is being adhered to and the rest ignored. This is what i am doing String table = "
|