Looking for component: flexible rows like columns in a JTable

Hello,
I need a swing component to display several rows which can be moved up and down, the height resized, interchanged with the mouse like the columns in a JTable. But there is no need for columns. I think there is no standard swing component.
Any ideas, resource hints?
Thanks, Ulrich

One more piece of advice. It is not very easy to get "pre-written custom components". Most developers do things to meet their own needs and these may not be exactly what you are looking for. The best thing to do is to try to develop this yourself. It will give you loads of experience and in later programmes you may write, based on the experience you obtained from the "pain-staking" development process you'll know how to go round these problems quicker and may be able to help others also.
So just start writing some stuff. You may end up finishing sooner than you think. And remember forum members are always ready to help with problems (accompanied by minimal code examples of the actual problem).
ICE

Similar Messages

  • Looking for System Tables / Views like in Oracle DB - user_constraints, user_tab_columns, ...

    Hello,
    I'm looking for system tables or views like in the Oracle Database.
    First I'm looking for running /active sessions - like v$sessions or in an RAC environment gv$session
    And get the corresponding SQL from v$sql
    Second I had problems to drop tables due to constraints.
    Therefore I was looking for dba_constraints, all_constraints or user_constraints
    select * from user_constraints WHERE constraint_type in ('R');
    With that information I'm able to generate a script to drop the constraints.
    Third I want quick lookup about data types used in a table to correct my settings in Oracle BI.
    For example which column in which table of my schema uses the datatype BIGINT.
    If only 3 attributes in  two tables out of 100 use the BIGINT datatype - I'm able to quickly change my settings in the OBIEE repository.
    I'm missing a table like user_tab_columns.
    How can I get the same information out of TimesTen ?
    Thanks in advance,
    Thorsten

    Hi Thorsten,
    You should be able to get some of the information that you want from the TimesTen reports that are in SQL Developer.
    e.g.
    <TimesTen Reports -> Table -> Columns -> Columns> returns a listing of all the columns and their data types. You can order by the data type column or add a filter (say ='TT_BIGINT') to restrict the result set.
    <TimesTen Reports -> Table -> Constraints -> All Constraints / FK Constraints / PK Constraints / Unique Constraints>  returns a listing of all the constraints, their name, the table that the constraints are on, and their properties.
    For all the SQL Developer reports, you will be able to see the underlying queries and the TimesTen system tables/ views that they reference.
    Simon

  • Looking for ringtone that sounds like a landline p...

    Hi,
    I'm looking for ringtone that sounds like a landline phone, in other words no music, movie sounds, etc., just a good quality tone that sounds like a conventional (old fashioned even) telephone ring. Any ideas what site I can get one from?
    Many thanks, etc.
    PS. Handset is a Nokia 6300.

    Have a look at the ones I posted here they are a more traditional kind of ring rather than old fashioned ones though.
    http://www.fonefunshop.co.uk/forum/showthread.php?p=178318#post178318
    HTH.

  • Looking for Video playback app, like a DDR

    Hello, I'm looking for a program to cue up and playback quicktime files for live broadcast off of the computers hard drive. Kind of like a DDR but all running on the computer. It needs to have the ability to cue up files based on keystrokes, like 123 enter = playack of 123, and be pretty quick about it.
    I found Playbackpro.... at WWW.DTVideolabs.com but I'm looking for some other options.
    Thank you.

    Unfortuately I cant load the clips into quicktime since it's crashing when I load them..
    Just hoping for a light weight app that's sole function is video file inspection

  • Looking for Internet Explorer Linkbar like widget

    I am looking for a widget similar to the linkbar in InternetExplorer where if you have to many buttons to fit in the space it will add the little >> which you can press to get a list of all of the other choices. Has anyone seen anything like this in any opensource projects or have any suggestions on the best way to go about it?
    Thanks,
    ~Josh

    If you make all the actions for your buttons Action objects, then you can add them to menu items as well. Then all you need to do is create a new JPopupMenu with those items in them. That part is easy. I'd imagine the trickier bit would be figuring out which buttons to put on the panel, and which ones to put on the menu bar. If you figure out the width of each button, this would be easy .. you'd just insert buttons until the next button you insert would be too big to fit, and if it doesn't fit, you add a new button ">>" which triggers the popup.

  • Looking for an applications elegant like 7-zip, not 7zX

    is there a archiving and unarchiving application like 7-zip for mac.
    to compress files. a good one. that support all the extensions for compression

    Hi.
    If you look for some elegant and simple to use compression utility, you should check iArchiver (it's commercial software).
    Or you can take the plunge, and get Stuffit Standard or Deluxe.
    Good Luck.

  • I am looking for QOSMIO E10 parts like Motherboard - P000411340

    Hi everybody
    Please, I need help for find some parts of my Laptop.
    I looking for the QOSMIO E10 motherboard - P000411340 , The Buttons command P000409220, Fan cooling GDK6100154/DC15V-200mA
    I reasonable price too I not want pay high price . If someone knows where I can found that please tell me.
    Greetings

    Hi everyone.
    I think better sell my Laptop like parts or all thing if you want let me know.
    Regards

  • Program to look for texts in reports (like EWK1)

    Hi, i need to look for a remote function used in crm but tx EWK1 doesn't exist in CRM, is there any program or report similar ??
    thanks in advance !!

    Hi, i need to look for a remote function used in crm but tx EWK1 doesn't exist in CRM, is there any program or report similar ??
    thanks in advance !!

  • Looking for an App, use like a library record

    I am looking for an app, that the users that can check-in and out of the inventory.
    meanwhile, it can generate a record of the trasactions.
    thanks a lot for your help!!

    Try the App store:
    1. In search type R followed by E followed by S followed by T followed by A followed by U followed by R followed by A followed by N followed by T.
    2. Click SEARCH.
    3. Browse through results.
    4. Select the app that you want.
    5.Click download on the app you want.
    6.After that App is downloaded use the app.

  • Setting color for cells in a particular column of a jtable

    Hi, I know how to set the color for a cell in a column if the cell contains an Integer object and if I have default Integers already in the JTable when I begin. However I want the JTable to look blank at the beginning. As I can't make an Integer object invisible on the JTable I need to specify the colum in which I want the cells to change color in. I want to specify the column some how and then when the table later has Integers in it i can do a comparison to decide whether i want to change the color or not. Does anyone know how I will do this.
    Please HELP.

    1) You need to set the tooptip text on the renderer for the column (yourTable.getColumnModel().getColumn(...).getHeaderRenderer()).
    2) The header is a separate component to the table. When you add a table to a scroll pane it automatically adds the header to the scroll pane too. You can get the component (yourTable.getTableHeader()) and add it to your own container if you wish.

  • Looking for a keyword using like query which could contain multiple occurrence in the same column

    I am facing an issue. A bunch of my frontend JSP code has been stored in few tables of my database (65 rows in a table), which I have identified using few like queries. Now I want to update a Href link which is present in all these queries. But since these column entries are very long (50-60 lines long) and it is possible that a few rows may the link (which is to be replaced), multiple times,  I am not sure that if a simple update query using a single like will work for it or not?
    Any suggestion/ideas are welcome.
    Please let me know if you require any more info.

    Hi,
    e5d4d744-cf66-4fe0-8353-bbd8fd826b21 wrote:
    I am facing an issue. A bunch of my frontend JSP code has been stored in few tables of my database (65 rows in a table), which I have identified using few like queries. Now I want to update a Href link which is present in all these queries. But since these column entries are very long (50-60 lines long) and it is possible that a few rows may the link (which is to be replaced), multiple times,  I am not sure that if a simple update query using a single like will work for it or not?
    Any suggestion/ideas are welcome.
    Please let me know if you require any more info.
    Yes; whenever you have a problem, please post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), so that the people who want to help you can re-create the problem and test their ideas.
    Also post the results you want from that data, and an explanation of how you get those results from that data, with specific examples.
    Simplify the problem as much as possible.  For example, if your strings are sometimes up to 4000 characters long, you don't have to post any data that's nearly that long.  You can probably show what you want with strings that are 80 characters long.
    Always say which version of Oracle you're using (for example, 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002#9362002
    This statement:
    UPDATE table_x
    SET str  = REPLACE ( str
                       , old_link
                       , new_link
    WHERE   str  LIKE  '%' || old_link || '%'
    will change all occurrences of old_link to new_link.  It will only change the rows where old_link occurs, but, aside from that, it doesn't matter how many times old_link occurs in str:  if it appears 2 times in the same str, then both occurrences will be changed to new_link.
    Watch out for the "mother is in chemotherapy" problem.  If old_link is 'bar.com', the statement above will change 'fubar.com'.  You may need REGEXP_REPLACE and/or REGEXP_LIKE if you need to consider what (if anything) comes immediately before 'bar.com' when deciding whether or not to change it.

  • Sql to display rows like columns

    Hi,
    I am having table with 3 columns i.e col1, col2, col3
    and the values are :
    col1 col2 col3
    1 11 A
    1 11 B
    1 11 C
    2 22 P
    2 22 Q
    2 22 R
    2 22 S
    I require the output from the above data as follows :
    1 11 A B C
    2 22 P Q R S
    rows of col3 to be converted into column.
    Please suggest to get the about output thru SQL.
    Thanks
    Ramesh

    Ok, but you're not gonna like it.... (ignore the bit above the select statment as that is just setting up the test data)
    with t as (select 1 as col1, 11 as col2, 'a' as col3 from dual union
               select 1, 11, 'b' from dual union
               select 2, 22, 'j' from dual union
               select 2, 22, 'k' from dual union
               select 2, 22, 'l' from dual union
               select 2, 33, 'v' from dual)
    select col1, col2, max(col3_1)||max(col3_2)||max(col3_3)||max(col3_4)||max(col3_5)||max(col3_6)||max(col3_7)||max(col3_8)||max(col3_9)||max(col3_10) col3
    from  (
            select col1, col2, decode(row_number() over (partition by col1, col2 order by col1, col2), 1, col3, null) col3_1, null col3_2, null col3_3, null col3_4, null col3_5, null col3_6, null col3_7, null col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, decode(row_number() over (partition by col1, col2 order by col1, col2), 2, col3, null) col3_2, null col3_3, null col3_4, null col3_5, null col3_6, null col3_7, null col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, decode(row_number() over (partition by col1, col2 order by col1, col2), 3, col3, null) col3_3, null col3_4, null col3_5, null col3_6, null col3_7, null col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, null col3_3, decode(row_number() over (partition by col1, col2 order by col1, col2), 4, col3, null) col3_4, null col3_5, null col3_6, null col3_7, null col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, null col3_3, null col3_4, decode(row_number() over (partition by col1, col2 order by col1, col2), 5, col3, null) col3_5, null col3_6, null col3_7, null col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, null col3_3, null col3_4, null col3_5, decode(row_number() over (partition by col1, col2 order by col1, col2), 6, col3, null) col3_6, null col3_7, null col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, null col3_3, null col3_4, null col3_5, null col3_6, decode(row_number() over (partition by col1, col2 order by col1, col2), 7, col3, null) col3_7, null col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, null col3_3, null col3_4, null col3_5, null col3_6, null col3_7, decode(row_number() over (partition by col1, col2 order by col1, col2), 8, col3, null) col3_8, null col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, null col3_3, null col3_4, null col3_5, null col3_6, null col3_7, null col3_8, decode(row_number() over (partition by col1, col2 order by col1, col2), 9, col3, null) col3_9, null col3_10 from t union
            select col1, col2, null col3_1, null col3_2, null col3_3, null col3_4, null col3_5, null col3_6, null col3_7, null col3_8, null col3_9, decode(row_number() over (partition by col1, col2 order by col1, col2), 10, col3, null) col3_10 from t
          ) t
    group by col1, col2
          COL1       COL2 COL3
             2         33 v
             1         11 ab
             2         22 jkl
    SQL>

  • Looking for a flexible floor stand for the ipod2.

    My 72 yo mother had a stroke and can only use one hand.  We just ordered her an iPad but she won't be able to hold it in one hand and touch the screen.  Any suggestions for a reasonably priced stable stand I can get her?
    Please email me if you have the perfect solution.  Looks like there aren't any Apple products that fill the need.  [email protected]
    Thank you.

    Cool.  Getting closer.  The way I implemented your suggestion affects the subVI only if it is open.  I can use this to do what I'm after, perhaps putting the code into each subVI.  Maybe open all subs, run the helper, and save.    Seems like I'm missing the elegant version...
    My proof of concept code:

  • Looking for a drawing app like Appleworks drawing to use with Yosemite

    Can someone tell me the name of a drawing application, similar to Appleworks Drawing, that can be used on OS 10.10 Yosemite?  I'd like to upgrade to Yosemite but it doesn't support Appleworks.

    Get the demo for Intaglio. Great app, great support from developer.
    C.

  • Looking for app that works like a guitar trainer

    Anyone know if there's an app that lets you play back iTunes music but slowed down without changing the key? So I can learn guitar pieces...
    Thanks

    Have a look at the ones I posted here they are a more traditional kind of ring rather than old fashioned ones though.
    http://www.fonefunshop.co.uk/forum/showthread.php?p=178318#post178318
    HTH.

Maybe you are looking for