Display 2 « Development « Java Swing Q&A





1. really urgent - AIX graph could not be displayed    coderanch.com

Hello guys, Can you please help to find out what's going on? Issue: netcharts running on WebSphere 6/AIX 5.3 .X Virtual Frame Buffer (coming with Actuate8) running on the same machine and DISPLAY variable was set to 1.0 (same as the XVFB process) in the setCmdLine.sh of WebSphere. The chart is not showing on the client machine (charts of netcharts.com). Can ...

2. CAD/GIS Display - Question #1    coderanch.com

I am working through the design of a disp[lay for a CAD/GIS program written in Java. (I haven't decided firmly if I will use SWT or Swing.) This program will have to display a large number of Java 2D Shapes. I'm want to make the rendering process as quick and efficient as possible. I had a couple of questions about how ...

3. CAD/GIS Display - Question #2    coderanch.com

I am working through the design of a disp[lay for a CAD/GIS program written in Java. (I haven't decided firmly if I will use SWT or Swing.) This program will have to display a large number of Java 2D Shapes. I'm want to make the rendering process as quick and efficient as possible. I had a couple of questions about how ...

4. display final result    coderanch.com

Some observations: // JPanel p has a default FlowLayout -> constraints not honored. p.add(new JScrollPane(ingredient),"Wast"); ... // JPanels p and p2 have the default FlowLayout as their layout // managers and FlowLayout does not use BorderLayout constraints. // Components are added in a line, shown at their preferred size. // Maximizing the JFrame shows all components in a single row // ...

5. java.awt components not able to display some non-english    coderanch.com

I did run it on a US-English system, and as you can see, it's fine. What is a locale that produces junk characters? I'm not sure what the character for 8230 signifies - there is no such character in the Unicode character set, so I suppose anything is possible. Are you having problems with legitimate characters as well?

6. Displaying witrh respect to path..    coderanch.com

9. Displaying Records in Table    coderanch.com

Hello All, I am new to swing. I have one requirement, I have to display some set of records(dinamically) in a table and at the end of displaying all the records, i should have 3 buttons, for editing, deleting and adding. I should also be able to select the records in the table then if i click the button, then i ...





10. Displaying Splash Screen in NetBeans    coderanch.com

Dear Ranchers, I've done a program to display the image. It is working perfectly in Texpad and when i tried to execute it in Netbeans, it is not displaying the image.. The code is given below. package roadfreighters; import java.awt.*; import javax.swing.*; public class Splash_Screen extends JWindow {public Splash_Screen(int time) {ImageIcon ii = new ImageIcon("images\1.jpg"); JScrollPane jsp = new JScrollPane(new JLabel(ii)); ...

11. netbeans - change displayed gui content    coderanch.com

hello, I'm trying to develop a GUI application and I've created the basic container with netbeans GUI visual editor, it makes it rather easy to do it I've created a menuitem and I'd like that, when I click that item, the main content (basically a JLabel at the moment) is replaced with a form that I'd like to create with the ...

12. Display message in foreground    coderanch.com

Hi, I have developed an application in Swing. Now when I start a process in the application and then start other applications say ms-word, now when my java process finishes it displays message as 'process finished' with ok button. But as currently ms-word is my foreground process, java message appears at background and user has to press alt+tab to see the ...

13. how to display in next line    coderanch.com

15. How to display time    coderanch.com

javax.swing.Timer would be a perfect candidate. Its events are executed on the Event Dispatcher Thread so no need to work with invokeLater. import java.awt.*; import java.awt.event.*; import java.text.*; import java.util.Date; import javax.swing.*; public class Test extends JFrame { public Test() { final JLabel timeLabel = new JLabel(); add(timeLabel); final DateFormat timeFormat = new SimpleDateFormat("HH:mm:ss"); ActionListener timerListener = new ActionListener() { public ...





17. Displaying html file in Swing?    coderanch.com

I'm looking for a Swing widget that displays an HTML file. I don't need something real fancy, but support for CSS would be great. Also looking for something open source. Any suggestions? Thanks, Landon (When loading a file in my application I want to display a simple html file describing the file the user has selected in the chooder dialog.....)

18. How can I display an int[] of RBG value in Swing?    coderanch.com

Thanks. But what if I have a rgb int [] of an image? In J2me, there is a function like this, I want to do the same in j2SE: public static Image createRGBImage(int[] rgb, int width, int height, boolean processAlpha) Creates an immutable image from a sequence of ARGB values, specified as 0xAARRGGBB. The ARGB data within the rgb array is ...

19. Gui conpiled but no display.    coderanch.com

This is the code i have just wrote for currency conversion from Dollar to Naira, did not show anything despite the setVisile method. import javax.swing.*; import java.awt.*; import java.awt.event.*; public class Agboola extends JFrame { JFrame conv = new JFrame("Dollar to Naira "); JPanel row1 = new JPanel(); JPanel row2 = new JPanel(); JTextField dolText = new JTextField(); JTextField naiText = ...

20. displaying a swing Transformeredit    coderanch.com

The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - ...

21. Displaying Results of search in swings    coderanch.com

Hi, I have a frame and inside the frame i have two panels Search Panel New User Panel In my search panel, I want to provide two search fields. In the same panel i want to display my results also My results can be 200 to 300 rows, I dont want it to display in one page, Is there a way ...

23. Display in real time    coderanch.com

What am i doing wrong? You've got a bug, but where or how, we can't guess without code. The NPE should tell you which line caused it to be thrown, and you can use that information to your advantage by going to that line, studying it, and trying to figure out which objects are being used on that line and how ...

24. Passing information to a class that displays a GUI.    coderanch.com

I'm trying to make a program that has methods to manipulate student information in one class (student address, grades etc.), creates several Student objects in the driver class and then uses another class to format a GUI where all the information can be well organized and displayed to the user. I'm totally stuck as to how to create a class that ...

25. Displaying Playing Cards...    coderanch.com

Hello, I am creating a freecell application and I am having some trouble trying to figure out how to implement the tableau of cards. Currently I have a JLabel with an ImageIcon set to it to represent each type of card. My question is how should I insert the labels onto a JPanel so that the cards are tiered like in ...

26. Absence of initial display of swing components    coderanch.com

public class demo() { JFrame frame = new JFrame(); Container contentPane; JLabel dispName, lblSWM, lblSWSM, lblTSCDB, lblTSCDE, lblXSMLeak, lblXSMPin, lblXSMState, lblDE2State; JComboBox jcbSWM, jcbSWSM, jcbTSCDB, jcbTSCDE, jcbXSMPin, jcbXSMLeak, jcbXSMState, jcbDE2State; Connection con; Statement st; ResultSet rs; SpringLayout layout = new SpringLayout(); public demo() { //com.mysql.jdbc.Driver insyance is created } public void connectToDB() { //Connection established using .getConnection() } private void init() ...

27. Display Chart    coderanch.com

I think what you want is to present excel sheet on other application frame / just display the chart( Excel Sheet) somewhere... If this is the case you should dwell deeper in to Object Linking and Embedding / any of the Microsoft technologies like COM to display such objects or to embed them,

28. GUI display(rendering) problem    coderanch.com

Hi all, I have a program that draws a pattern. The logic is correct and i get the final display but when Thread.sleep(1000) is added to see how its rendered; the frame gets frozen till the program completes. import java.awt.Color; import java.awt.Graphics; import javax.swing.JFrame; import javax.swing.JPanel; /** * * @author John Eipe */ public class Spider { JFrame frame; int x,y; ...

29. Best practise for displaying live log files in swing    coderanch.com

Hey guys, Ive come across a problem and Im not sure about the best way to proceed... I need to display the progress of a large background process...I know the swing worker will allow me to update the UI live without threading issues...but Im un sure what component would be the best to use, mainly for overhead. My thinking is to ...

30. Display of double in GUI different from non-GUI.    coderanch.com

Hi there! I have a little project for school that is due today. It meets all of the "requirements" but I am not completely happy with the output. (This is an online course and my Java resources are limited to my textbook, the internet and this forum.) In my non-GUI program the doubles appeared at 2 digits, now when I do ...

31. how to display the contents of My Network places.    coderanch.com

HAi Iam Developing a Image project.For that I have to display all the images in the System including My Network Places in a JTree.I have listed all the drives in My computer Folder.But I dont know how to display the contents of My Network places. help me in this issue Thank you

32. how to display in swing?    coderanch.com

hai I am doing a project in image processing, In my project I am just matching a particular image with a set of images. And those that are similar comes in this following order. This is the output I got in command prompt but I need to use swings inorder to display all those similar images Help me to get through ...

33. Message doesnt display continuously    coderanch.com

i'm using the code bellow (written a couple of years ago) to display a message to a jLabel, for a few seconds yet, the message does display but with "hicups", not permanently: for example - shows for 4 seconds, then disappears for a fraction of second, then resumes displaying... i tried several combinations for sleep value and for var i, but ...

34. java component to display items ordered    coderanch.com

35. Displaying a randomised list    coderanch.com

Hello, I am trying to generate a list of 10 items of 2 types. e.g. {Y,Y,N,Y,N,N,Y,N,N,Y} I am currently doing this by generating a string and pseudorandomising it. I then want to display this list in a JFrame. I have been doing this by using a HTML list function passed through Java however this no longer meets my needs. What is ...

36. Displaying a Java Swing application to an HDMI monitor/TV?    coderanch.com

I've been Googling for a while and can't seem to find any relevant information on this. I have a PC with a single video card, displaying to an LCD monitor. I would like to add a second video card which supports HDMI, and have that display on my HDMI television. I would then like to create a Java Swing application which ...

37. Displaying a JComponent in multiple places    coderanch.com

How do I display a JComponent, such as a Box in multiple places. Should be simple, I thought; all Java variables are references, so just store it many times. Didn't work. It was created and added to one pane of a JTabbedPane. Then copied by an assignment statement to 2 different panes so that its contents, once created, would be visible ...

38. display data in pie chart    coderanch.com

39. How to Display data from database    coderanch.com

40. Java: Display Time    coderanch.com

Hi all, Here I am trying to view the time. It is getting displayed but not continuing with the real time. For an example, if I execute the program at 12.00am then the time is just "12.00.00" but when it is 12..00.01, it is not displaying. what is the reason? Here is my code mport javax.swing.*; import java.awt.*; import java.util.*; import ...

41. displaying few sets of data on one graph    coderanch.com

Hello Everyone, You all have been so helpful so I'm coming back for more help, if I may. I'm trying to plot 4 sets of data on 1 graph from a .txt file. At the moment they are being shown on separate pages and accessed by pressing a '[' key. I would like them to be displayed on 1 and the ...

42. Weird displaying issues between computers?    coderanch.com

Hey guys, I'm having trouble with this program I'm making. When I run it at school, everything works fine. However, when I run it at home, the program glitches up kinda like when your computer freezes up and you start seeing double windows when you try to move it? It's really hard to explain, so I took pictures to try my ...

43. display interframe at centre    coderanch.com

44. list of component not displayed    coderanch.com

all the code import java.awt.Dimension; import java.awt.FlowLayout; import java.util.ArrayList; import java.util.List; import javax.swing.JLabel; import javax.swing.JList; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.ListModel; public class JPanelPlanification extends JPanel { private List lblJournee; private String[] journee; public JPanelPlanification() { setVisible(true); setSize(new Dimension(500, 600)); lblJournee = new ArrayList(); journee = new String[]{ "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche" }; for (int i = 0; ...

45. Suggestions for displaying files from database    coderanch.com

I need your suggestions on how to display list of files from a database. Getting sql result is easy but in what manner do I show them? Using JTable perhaps? Or some other way? They need to be selectable and then downloaded. Tranfering files from database to my desktop I managed although I always have to enter the location where the ...

46. Dynamically displaying the contents    coderanch.com

47. Jcombox not displaying other language values properly    coderanch.com

Jcombo box is getting a list of values which are in different languages. Now after running the application I am able to see the english value properly whereas the values in other languages is not displayed properly but after selecting this values it is appearing .Look the screenshot Before adding in Jcombox I am doing SOP of those values and it ...

48. Display Screecast in Java Stand Alone App?    java-forums.org

I've been spinning my wheels trying to figure out how to display a Screencast file from my Java Stand Alone App. I've looked at JavaFX, Quick Time Java [QTJ], Flash and Flex and have not found a satisfactory solution. Ideally, I want to produce a dialog window and show the given Screencast within that dialog using a Java only solution. If ...

49. Updating display methods?    java-forums.org

Hello, just a simple question thats been bugging me. Is there a standard way to update a display on a JFrame or a JPanel? So far I've gone through doing the pack and then set visible every time something changed until I realized I could skip the pack after the initial pack. However this got me wondering if there was a ...

52. Displaying a feed forward neural network    java-forums.org

Hey guys. This is mitesh. this is the 1st time i am posting a question on a forum. so pls let me know if anything is unclear. I know a little of core java.( swing,exceptions,multithreading but not much beyond that) ... I have to display a feedforward network similar to this... The internal working is done to some extent... but i ...

53. display a clocklabel    java-forums.org

/** * @(#)DateChooser.java * * * @author * @version 1.00 2010/4/8 */ package datechooser; import jdatechooser.JDateChooser; import java.awt.*; import java.awt.Toolkit; import java.awt.event.*; import java.util.Date; import java.text.SimpleDateFormat; import javax.swing.*; public class DateChooser extends JFrame { final JTextField txtdate; JLabel lbldate; JButton btndate; Container cpane; public DateChooser() { Container cpane = getContentPane(); JPanel jp = new JPanel(); cpane.add(jp); lbldate = new JLabel("Date"); txtdate ...

54. Need help with saving and displaying records    java-forums.org

As the saying goes, "the devil's in the details". A library management system can vary between having a few array lists to having a huge 3-tiered application complete with database, business model, and GUI, all separate. So let's begin by your telling us your exact requirements and then by telling us what you've done so far and what you think the ...

55. Getting and Displaying Swing Components From DataBase    java-forums.org

hi, I,m storing Swing Components in Database and i want the components like TextField and ComboBox to be created and Displayed while retrieving from database. for example, 10 JLabels in one column along with that 10 (8 Textfields + 2 ComboBox) components in another Column. While retrieving im able to print 10 labels and 10 textfields in proper alignment. like Label1 ...

56. Displaying println output on GUI    java-forums.org

Hello all, I am a Java newbie. I have been writing some mini programs for personal use, although they are all command line / console apps. I have one completed program which I really want to add in GUI. The problem is, I have used many System.out.println / System.err.println throughout the program. If I am adding in GUI elements, say a ...

57. My program doesnt display anything    java-forums.org

Hi i've got a problem with my code it doesnt display picture like or anything for that matter, it just gives me black window. Java Code: package igra; import java.lang.*; import java.io.*; import java.awt.*; import javax.swing.*; import java.util.*; import java.awt.image.*; import java.net.*; import java.awt.event.*; /** * * @author Bojevnik */ public class GlavnoOkno extends JFrame implements { final int SCREENWIDTH =700; ...

58. how to display input from one program to a gui    java-forums.org

I'm designing an application that reads data from an RS232 port (serial) and i would like it to display the data it reads to my GUI, how do i do that? please help me link the two. Both my source codes are shown below: Java Code: package com.data.files; // this works fine: import gnu.io.CommPort; import gnu.io.CommPortIdentifier; import gnu.io.SerialPort; import java.io.IOException; import ...

59. Java Components are not displayed(sometimes)    java-forums.org

My java applications consists of a 2 JTextArea, JButton, and 2 images. When i execute my program, i have noticed that sometimes all these components dont get displayed. For example, the 1st JTextArea gets displayed but the rest of the components are hidden. The JButton gets displayed when i move the mouse over it and the 2nd textarea gets displayed when ...

60. Swing program to display JVM information    java-forums.org

61. how to record movement and displaying in chart    java-forums.org

In this week I am try using source of jchart2d (JChart2D | Download JChart2D software for free at SourceForge.net) project but stuck and, how to insert real time data to multiple chart ? In my project collecting data from mouse movement like this. int X, Y; private void jPanel1MouseMoved(java.awt.event.MouseEvent evt) { X = evt.getX(); Y = evt.getY(); } I want using ...

62. Ticktacktoe display    java-forums.org

I'm a relative novice to java, and especially swing, and recently decided to try and make a simple ticktacktoe game, no AI, just the basic mechanics. The board will represented by a two dimensional, 3 x 3, array, with each index representing a square on the ticktacktoe board. When a space is clicked, either an 'x' or an 'o' is inserted ...

63. components display    java-forums.org

hi frnds, I m trying to display multiple images on a single JFrame.I want to add those images directly to my JFrame.I have created a class where i get multiple images.But now i m trying to create multiple objects of the same class and add those objects JFrame directly.Can i do so? And if yes how? I have tried with this ...

64. how to display computer folders and files in GUI    java-forums.org

Hi everyone! i'm new to this forum...and i'm really noob..i need some help. i want to create a program that lists all folders in my computer, and then if user clicks on the folder name, the list of files in the folder will pop out. please refer to my drawing of the idea in attachments :) what do you suggest i ...

65. Swing UI display    java-forums.org

11-17-2011 05:46 PM #12 bprakash Member Join Date Jul 2011 Posts 8 Rep Power 0 Re: Swing UI display Hi, The code of Parent Screen which opens child screen is as follows: Java Code: public void callCustomerBrowser() { CustomerBrowser custBrowser = new CustomerBrowser(this); custBrowser.setFrameOwner(this); custBrowser.setSearchValue(gettxtCustomer().getText()); custBrowser.setIFlag(iFlag); custBrowser.setCustOrdType1(getCustOrderType1()); custBrowser.setCustOrdType2(getCustOrderType2()); custBrowser.initialize(itxtCustomer.getText().trim()); } The code of Child screen is as follows Java Code: import ...

66. Java swing - HtmlEditor not displaying '<' symbol....    java-forums.org

Hi I am using SHEF.jar to display Htmleditor in my application. Everything working fine, except that the html editor does't support '<' symbol. From file its reads all the file and display in the editor pane. But if i pass '<>' from the file, in the editor pane, it displays only '>'symbol. It will not display '<' symbol. Can anybody know ...

67. Swing components are not well-displayed    java-forums.org

Hello. I don't know if this has ever happened to any of you or not, but it's draving me crazy because I have no idea where's the source of the problem... The thing is that ALL my swing components, such as JTextFields, JButtons, JComboBoxes, JRadioButtons, are not displayed at once in the applet; but, when I get the cursor over the ...

68. problem displaying GUI from jbase    java-forums.org

69. GUI components not display    java-forums.org

Hi all, I've create an application that open a dialog on tray icon click. Tray icon is ok now and I try to add a dialog with some controls. Actually two buttons are there right now. Here is the full code I have try. Java Code: import java.awt.*; import java.awt.event.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.*; import javax.swing.JButton; import javax.swing.JPanel; import ...

70. displaying database data in a gui    java-forums.org

what's the best way to do this? my gui will have three jpanels: top, middle and bottom. i want the data from my db to be displayed in the middle panel. i want to use a jtable, preferably a custom table from abstractTableModel, becuase from what i can see it invokes methods that allow for the constant updating of data from ...

71. Write a java program to display a gui of quadratic equation    java-forums.org

package Almigthy; import javax.swing.*; /** * * @author YUSBETH */ public class quadraticEquation { private static Object String; private static String txt; public static void main(String[]args ){ String = null; int a, b, c; txt =JOptionPane.showInputDialog("Enter a"); a=Integer.parseInt(txt); txt =JOptionPane.showInputDialog("Enter b"); b=Integer.parseInt(txt); txt =JOptionPane.showInputDialog("Enter c"); c=Integer.parseInt(txt); double D=descriminant(a,b,c); if (D<0){ System.out.println("Complex Roots"); } else if(D==0){ double X1=(-b)/(2*a); double X2=X1; System.out.println("Equal Roots" ...

72. GUI Display    java-forums.org

I am trying to make a program where you can select to square or cube the numbers two or three. By default, the options "square" and "2" are selected. I would like for this value (4) to appear in the product box once the program is run. Java Code: import java.awt.* ; import java.awt.event.*; import javax.swing.*; import java.text.*; public class Calc ...

73. Help: GUI display shifted when run in xwin.    forums.oracle.com

I've created a GUI running with JSE 1.6.0_06 which will be used by several different people, some will ssh (from a linux client) to a server to run the application while others will use a putty/xwin combination (from a windows client). The application is essentially complete and runs fine when run from a linux based client. However when run from a ...

74. how to display numbers on a gui program??    forums.oracle.com

75. swing component for display data    forums.oracle.com

76. how to display XML file in java swing    forums.oracle.com

One way of doing that is to use JDOM... u create an xml tree, and then output using XMLOutputter class...it will be displayed in text...im not sure if thats what u want...however, if u do want to represent it visually then u may need to draw a tree...u may use the Graphics2D for that...there are alot of ways to do such ...

77. Trouble trying to Display my GUI properly    forums.oracle.com

79. GUI Array display one item    forums.oracle.com

itchiban, you have a lot of code, and while you say that there is an error, you don't show us where it is. A quick word of advice. Your chances of getting the help you need will increase by an order of magnitude if you make it as easy as possible for someone to help you. Also truthfully, it is somewhat ...

80. Why won't GUI display correctly ?? --URGENT--    forums.oracle.com

I'm not sure if you are having a bad day, but this is a forum that is supposed to be used to help people. If you weren't going to help, then why bother even posting? Just to come around and yell at me and take out your anger and flaunt your knowledge? There aren't any forum rules posted in this forum ...

81. Swing display array to GUI    forums.oracle.com

Hi all, I am trying to use swing to display the contents of an array in a GUI pane. The gui doesnt need any buttons ( an OK button wouldnt be a bad thing) but I just need it to take the array and display it with formatting. I have the program so far to display the array in console with ...

82. GUI not displaying upon init    forums.oracle.com

slightly newbie question I think: I've written a small application (swing) which compiles fine. Upon running, the window that appears is blank. clicking anywhere on the title bar or in the window itself does nothing. However, resizing the window causes the GUI to appear and things function normaly after that. What am I missing here? I don't think i've ever had ...

83. GUI Displaying a toString    forums.oracle.com

The code you provided does not compile, as you have not provided Teller class or the Section class; Anyway do NOT post these classes, just create a small compilable program which clearly demostrates the problem, to make a JFrame with a JMenuBar should only be 10-20 lines long. Also if you want to start learning how to code GUI's dont start ...

84. Can't seem to display the Gui    forums.oracle.com

I feel dumb but I can't seem to get my Gui to display. I tried everything and this time searched a basic Gui program on the internet. When I compiled it, it did not show up as a separate window as the tutorial said it would. What could possibly be the problem? Here is the website where source code can be ...

85. how can i adapt a code that displays in the JOP for it to work on a GUI?    forums.oracle.com

Hi everyone, I really hope you guys can help me. I have a code that calculates the total sum and average grade from inputed grade values, the problem is that inputs are entered by using the JOptionPane (i am using NetBeans 6.1) and results are shown in the output section in the bottom. Now, I have produced a simple GUI using ...

86. Displaying the value of an array in swing? Almost like a chess baord    forums.oracle.com

Hi all. After a long time from coding I thought I'd have a bash. Here's a short outline of what I'm trying code. I have a robot, a simple robot, does nothing but move around, pick up objects and drop them. This robot lives in a world that is a square 1000x1000 for example. The world is populated with objects, the ...

88. How do i display an ArrayLists data in GUI?    forums.oracle.com

89. Need help as to why GUI is not displaying    forums.oracle.com

public void desinger() { // JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents // Generated using JFormDesigner Evaluation license - button1 = new JButton(); textField1 = new JTextField(); button2 = new JButton(); textField2 = new JTextField(); //======== this ======== // JFormDesigner evaluation mark setBorder(new javax.swing.border.CompoundBorder( new javax.swing.border.TitledBorder(new javax.swing.border.EmptyBorder(0, 0, 0, 0), "JFormDesigner Evaluation", javax.swing.border.TitledBorder.CENTER, javax.swing.border.TitledBorder.BOTTOM, new java.awt.Font("Dialog", java.awt.Font.BOLD, 12), java.awt.Color.red), ...

91. GUI for ticker tape headline display    forums.oracle.com

Anyone know of a ticker tape type scrolling display system with client side GUI for publishing to a webpage? I have looked at RIADAHeadline, and it's the sort of thing I'm looking for, but want just the simple one-line horizontal text scroll window - but with client GUI/publish ability for non-technical use. Any ideas? thanks

93. Limitations of displaying HTML with Swing components    forums.oracle.com

Hey everyone - I'm looking for some information on displaying html in swing components. I'm finding that not all html is supported...and searching through forums has verified this. I get the impression that JLabel supports mostly text formatting, JEditorPane might do a bit more like embedded images, but I'm still not certain where the boundaries are, which components can do what, ...

94. Lookingfor help displaying GUI's    forums.oracle.com

Why is all that code not in your constructor? It should be in the constructor. Or some method. Anyway. You create a JFrame. You create a bunch of Panels. You add a bunch of stuff to the Panels. You never add the Panels to the frame. Fix the first thing I talked about (put the code in the constructor at least) ...

95. Display problems with custom JComponent    forums.oracle.com

96. Swings components are not displayed correctly Pls Help me Urgent.    forums.oracle.com

When i pressing the first button (e.g. Find) the lower most panel should be displayed with contents., but when i press the second button (e.g., Display) then i can't get the windows components correctly., i.e., the second window will display the first window components + the second window component and it cannot be displayed correctly how can i avoid this problem ...

98. Defining system for displaying non-Component items in Swing    forums.oracle.com

I am attempting to write a program which will be able to manipulate (display, move, resize) objects in a Swing window which are not necessarily components. These "Window"s are defined by a Window interface which defines a Window as any object which has a size and a location (effectively a rectangular area). This would ideally allow me to perform operations such ...