Different behavior between Swing in 1.3 and 1.4

I have to overtake an application based on JDK1.3 with a complex swing gui. Several components are self developed, for example buttons , menutems. I dont know the reason. All works (almost )fine in JDK 1.3 but in 1.4 i have a lot of side effects :
- When i close a combobox i will not correctley repainted (gray rectangle)
- focus on textfield was lost
I dont think, this is a bug in swing. But i dont see a solution for that. My questions :
1. Is there related changes in Swing ?
2. What the best approach to solve this problems ?

jre 1.3 is ok for me, but i am working with eclipse and some fauture for developing requires 1.4. Also possible "plugins" for our appl (java to com bridge) reuires 1.4. :-(
The question is, how to detect some errors of this appl. My be over a debugger ?

Similar Messages

  • Different behavior between 11.8.800.115 and  11.8.800.94

    Hi
    In my web application there are some strange behavior when running the app with the runtime included in the latest chrome release. If I down grade the release to the one used by the other browsers everything works as expexcted. The problem is that when an element is selected the background is med blue and the font color is changed to white. The change of the background works as expected but the font color is not changed.
    This is a pretty poor description of the problem but I have not written this part of the application myself and Flex/Air applications is not my field normaly.
    Hope someone can help me
    Greg
    Update:
    I could not find the official change log for flashplayer but this link does not indicate anything that should change this kind of behaviour.
    http://www.softpedia.com/progChangelog/Macromedia-Flash-Player-Changelog-24146.html
    Message was edited by: GregoriusIII

    yes, we also have this problem. so we call javascript instead.
    this is chromium issue 277210
    https://code.google.com/p/chromium/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Pri %20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified&groupby=&s ort=&id=277210#makechanges

  • Different LOV behavior between SQL query data model and data template

    I have noticed different behavior when using parameters linked to list of values (LOV) of type menu with the multiple selection option enabled and a SQL query data model vs a data template. Here's the example because that first sentence was probably really confusing.
    SQL Query:
    select
    plmc.MonthCode, plmc.ModalityDim, plmc.ModalityName,plmc.RegionDim
    from
    DataOut.dbo.PatientLabMonthlyCross plmc
    where
    plmc.MonthCode = 200202
    and plmc.RegionDim = 1209
    and 1 =
    case
    when coalesce(:modalityDim,null) is null
    then 1
    else
    case
    when plmc.ModalityDim in (:modalityDim)
    then 1
    else 0
    end
    end
    Putting BI Publisher into debug mode, defining a data model of type SQL Query, defining a parameter called :modalityDim linked to a LOV that allows multiple selections, and selecting a couple of values from the LOV the output of the prepared statement is:
    [081607_122647956][][STATEMENT] Sql Query : select
    plmc.MonthCode,
    plmc.ModalityDim,
    plmc.ModalityName,
    plmc.RegionDim
    from
    DataOut.dbo.PatientLabMonthlyCross plmc
    where
    plmc.MonthCode = 200202
    and plmc.RegionDim = 1209
    and 1 =
    case
    when coalesce(?,?,null) is null
    then 1
    else
    case
    when plmc.ModalityDim in (?,?)
    then 1
    else 0
    end
    end
    [081607_122647956][][STATEMENT] 1:6
    [081607_122647956][][STATEMENT] 2:7
    [081607_122647956][][STATEMENT] 3:6
    [081607_122647956][][STATEMENT] 4:7
    [081607_122654713][][EVENT] Data Generation Completed...
    [081607_122654713][][EVENT] Total Data Generation Time 7.0 seconds
    Note how the bind variable :modalityDim was changed into two parameters in the prepared statement.
    When I use this same SQL Query in a data template the output is:
    [081607_012113018][][STATEMENT] Sql Query : select
    plmc.MonthCode,
    plmc.ModalityDim,
    plmc.ModalityName,
    plmc.RegionDim
    from
    DataOut.dbo.PatientLabMonthlyCross plmc
    where
    plmc.MonthCode = 200202
    and plmc.RegionDim = 1209
    and 1 =
    case
    when coalesce(?,null) is null
    then 1
    else
    case
    when plmc.ModalityDim in (?)
    then 1
    else 0
    end
    end
    [081607_012113018][][STATEMENT] 1:'6','7'
    [081607_012113018][][STATEMENT] 2:'6','7'
    [081607_012113574][][EXCEPTION] java.sql.SQLException: Syntax error converting the nvarchar value ''6','7'' to a column of data type int.
    Note the exception because it is trying to convert the multiple parameter values.
    Am I doing something completely wrong here? I really need to use a data template because I will need to link a couple of queries together from different database vendors.
    -mark

    This is for 10.1.3.4 - because in 11g every SQL query is automatially part of a data model.
    In 10g SQL query is for simple unrelated SQL queries.
    If you need to use advance features such as:
    a) multiple SQL queries that are joined in master-detail relation ships
    b) before/after report triggers
    Then you will need to use the data template, which is an XML description
    of the queries, links, and PL/SQL calls.
    hope that helps,
    Klaus

  • VPN -- different behavior between Mac and Windows XP clients.

    Hi,
    Background:
    I have a Mini server serving L2TP IPSEC vpn with both Mac and Windows (all XP, so far) clients.
    The mini sits behind a Netopia router/firewall/NAT box that port forwards L2TP traffic to the mini.
    The mini has a public but unrouted address (unrouted in the public Internet, that is.) The same Netopia serves as the router for outgoing public connections. DNS is served by other servers.
    The VPN clients are distributed addresses from the unrouted public address space.
    Client <-> NAT <-> Public Cloud <-> NAT <-> Private (with public addresses) <-> Mini (VPN)
    Mac clients work happily, accessing internal and external hosts.
    The XP clients have a registry value set to allow NAT traversal:
    under HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Services\IPSec, AssumeUDPEncapsulationContextOnSendRule is set to 2 to allow dual Nat traversal.
    The XP clients happily access internal hosts, but hang accessing some, but not all external hosts.
    For example, most Google services are quickly displayed, whereas www.comcast.net or www.llbean.net hang. It appears to be more frequent accessing third-party hosts while processing the initial page. Some Google web services, e.g. some Google Map plugins do eventually hang.
    An XP host internal to the network configured with the above registry key set to 0 (No NAT traversal)
    exhibits the same behavior when using a VPN connection
    Public Cloud <-> NAT <-> Private (with public addresses) <-> Mini (VPN) <-> Pvt. <-> Client
    Same host without VPN works fine.
    Clearing the XP checkbox that routes all traffic to the remote (VPN) router makes external hosts work
    as you would expect.
    So my questions are:
    a) What's XP doing?
    b) Can it be fixed? (besides routing public traffic away from the VPN.)
    Thanks Jonathan
    p.s. MrHoffman, I almost asked this in the HP Forum as well, till I noticed you were here. (Assuming you are Hoff.)

    Hi soccerdude21490-
    +Is this possible?+
    Theoretically yes. However, it would be up to the school to allow you access through their network.
    The first step would be to contact the school's IT department and ask them if they will allow such a connection, and if so, could they please provide you with the settings (ip address etc.).
    Luck-
    -DP

  • Observed different behavior between Firefox and Nightly ( on Facebook)

    I like to troll on Facebook like all with too much time on their hands. I've discovered something funny happening.
    I have 2 laptops. One an XP dinosaur running Firefox (x86 newest 33.0?), the other running Nightly. I'm using Nightly now.
    When I'm on Facebook on ol' trusty, I like to copy/paste emoticons (smileys) from other sites. This has always worked smoothly.
    On my x64 Nightly, Facebook appears to run smoothly but the the "symbols" website won't allow me to copy. Just a small black square appears when I try to select an icon.
    Here's the rub. Does the "broken" website behave so because I'm running Nightly - W8.1 and WTP, both x64. or is nightly unable to interpret the site correctly??
    http://www.piliapp.com/facebook-symbols/

    Those black boxes are showing if the Flash plugin is blocked (not activated), so check that via the Lego block icon on the location/address bar.
    You can inspect and manage permissions for the domain in the currently selected tab via these steps:
    *Click the "[[Site Identity Button|Site Identity Button]]" (globe/padlock) on the location/address bar
    *Click "More Information" to open "Tools > Page Info" with the Security tab selected
    *Go to the Permissions tab (Tools > Page Info > Permissions) to check the permissions for the domain in the currently selected tab

  • Different versions between 10.2.0.1 and 10.2.0.4

    Hi, now i have the oralce 10g 10.2.0.1 and in my work want to update 10.2.0.4 but want to know that what's differents between those versions. And i must to make the documentation for to sho the differents.
    When my work'll readed the documentation and can to decide for to proced update.
    thank

    but don't only bugs fixed, also another different application. thank
    I have found that 1204 work only in 64 bit, just?
    Thank again

  • Different readings between RivaTuner CPU Temp monitor and Bios Temp monitor

    I just installed the RivaTuner temp plugin and it is reporting a core temp of 50C, CPU0 and CPU1 at 65C-66C. If I restart the PC and go to the BIOS the temp is being reported as 43C with a system temp of 42C. At most I would guess that 30 secs have elapsed since I viewed the temp in RivaTuner before checking the BIOS. Is this normal? Why the difference? Are my temps too high?

    I will try to monitor the temperature with the chassis open tonight. I feel like there is a lot of blockage in there, but I don't know exactly how to tackle it. The PSU alone has a ton of wires in there and they are criss-crossing everywhere. I tried to zip tie them together as neatly as possible, but there is just a lot of crap in the middle of the case. I also have 3 HDD so that pretty much blocks the entire front fan. I could try using the top and bottom most mounting slots so that there is some air passage between 2 HDDs. The graphics card is also mounted in the top most PCIe slot. I could move that to the bottom one which should provide a better air channel. Other than that there isn't really much more that I can see doing. The case is a Tsunami Dream with the solid side. I could try modifying the side panel so that I can install another case fan. It currently has 2x 120mm fans, one rear and one front. I don't know what the CFMs are on them so I don't know if it is worth swapping them out for more powerful ones. Thanks for your help. I will run some more tests tonight. I did adjust the ratio in the bios so that I could run the RAM at 800mhz and I upped the RAM voltage to the 2.1v that Corsair recommended for it. Could those be affecting the temperature that much? Should I try restoring the RAM settings to factory defaults before trying again? Other than that I have done not other BIOS mods other than what was necessary for RAID.

  • Different tint between Cinema Display/PC montior and TV?

    Hello!
    I purchased a Samsung LED TV for monitoring FC Studio trough a AJA Hi5 HDMI miniconverter. I can't afford a Hires SDI HD Pro monitor (3.000 euro or more).
    Image on the TV looks bluish than on the Apple Cinema Display or another PC monitor. But the Samsung TV has several image settings, one is called "movie" and it is supposed to be used in a darkened room. Curiously under the "movie" setting, the image looks like the Apple Cinema Display! No bluish.
    The other TV settings are "normal", "standard" and "Dinamic" for lit rooms.All look bluish than the PC monitor.
    I made an HD video quicktime H264 and send it to a PC. It looks same as the Apple Cinema display.No bluish.
    The big question; what color shoud I trust: TV or monitor?
    Thanks!
    Javier
    www.jdiez.com

    The "bluish" tone you're seeing on the consumer monitor is likely due to it being set to a colour temperature up in the 9000Kelvin zone. Its a cheap way to create the impression of a much brighter ("whiter") picture. It starts to compensate for the enormous deficiency that solid-state displays have in generating enough green so that everything doesn't wind up looking magenta.
    The reason that the "movie" setting likely looks correct, or at least closer to the Apple Cinema is because they are supplying a contrast/colour temperature setting closer to D65, for a warmer, "filmier" rendition. Its a Kodak thing.
    So now that you know that the manufacturers are lying through their teeth to consumers, how confident are you about using a "sweetbox"? Grading is usually about seeing the actual values, rather than a highly pumped-up, compensated version. Maybe you can't afford a calibrated grade monitor -- can you afford to be wrong?
    jPo

  • Printing Behavior Between Versions And Platforms

    We have received some feedback regarding printing behavior between MAC OS and Windows. The application in question is Adobe line of products, mainly PhotoShop CS 4 and CS 5.
    The scenario is as follows: Customer has mixed platform environment with Adobe Suites installed i.e. Photoshop, Illustrator and so on. Our MFP has entering of credentials before printing enabled for auditing and controlling purposes. On the computer side (Printer Driver), we have configured toprompt the user for their User Credentials at all times. The reason for doing so is because the computers are in a public environment hence we would like to know who is printing and how much.
    The first problem is this: In Adobe Illustrator on Microsoft Windows, when the user selects to print, they are immediately presented with the printer dialouge box to enter their respective credentials to continue printing, but in MAC OS, this is not the case. On the MAC OS, the user has to select an additional button, "Printer...", then select "Print" again before being prompted to enter their credentials.
    Customer is puzzled as to why in Windows Adobe Illustrator, the number of steps required to print is lesser then in MAC OS Adobe Illustrator. Customer feels that there is inconsistancy in terms of behavior between the Mac and Windows platform.
    Secondly, in Photoshop CS 4, the same symptoms occurs as above, however, in CS 5, it is worse. In PS CS 5, after the user enters their credentials, the next time they reopen and create a new docucment, they no longer need to enter their credentials again as it is already "Saved" for them. This defeats the purpose of setting the printer to always prompt for user credentials when they print.
    I have taken this case up to the respective vendor thinking that it is a printer driver issue. However their reply came back stating that this is a specification of Adobe and Mac.
    Does anyone has any ideas about this?

    >> On the MAC OS, the user has to select an additional button, "Printer...", then select "Print" again before being prompted to enter their credentials.
    That sounds like your printer drivers are inconsistent on different code paths (carbon and cocoa), and saving the credentials in the print ticket instead of using them as one time authentication.  Yes, it could be that they are implementing the driver according to Apple guidelines (which just don't match what you want), or it could be a bug in the way they implement authentication in the driver.  This has little or nothing to do with the applications, which just query the driver for it's capabilities, then send data to the driver for printing.  Using different applications just exercises slightly different code paths in the driver.

  • TTF and OTF versions of SourceSansPro are differently displayed in Swing (Nimbus L&F)

    Can you confirm this?
    I am using Java SE 7 U 25 on Windows 7 Pro 64bit
    When I switch between the otf and the ttf version of the same font (Source Sand Pro by Adobe) then I see some differences (see the space above the "O")
    But why? Is this a bug? My Java app uses the Swing L&F Nimbus
    https://github.com/adobe/source-sans-pro/issues/32
    java - TTF and OTF versions of SourceSansPro are differently displayed in Swing (Nimbus L&amp;amp;F) - Stack Overflow

    I know. But I have tried it also with another font - same problem
    Take a look at https://github.com/adobe/source-sans-pro/issues/32#issuecomment-23402790
    There is indeed a bug with the display of ttf/otf fonts in Java / Swing

  • The difference between "swing/awt" and "SWT"

    What is the main defference between "swing" and "SWT",
    in other word, when use them to implement a GUI,what is different?
    Once making a choice between them,what do they affect a project?

    They both are GUI toolkits. One is from Sun, one is from IBM.
    Sun's is lightweight, meaning all components paint themselves. IBM's is heavy weight meaning that all components are painted by the platform's native widget toolkits (there are exceptions to both of these, but just bear with me).
    If you use SWT, you will need to create downloads for each platform your app was meant to run on, not only that, you will need to include the corresponding platform SWT jar files in your project. Ontop of that, SWT doesn't have anywhere near the documentation or help that Swing has (but to be fair, its about 1/8th the age of Swing).
    If you are a great programmer that usually doesn't need help and can get by with a few good docs and MUST have native look and feel and fantastic GUI performance, then use SWT.
    But if you are more relaxed and what to do the easiest thing, use Swing.
    Both are good, I prefer Swing right now, but lets wait and see if IBM buys Sun.

  • OCIAttrGet OCI_ATTR_PRECISION different between 9.2.0.1 and 9.2.0.4?

    Hi,
    was there any change in the OCIAttrGet method for OCI_ATTR_PRECISION and OCI_ATTR_SCALE between 9.2.0.1 and 9.2.0.4 on Solaris?
    It seems I get different return values for a NUMBER datatype.
    Thanks, Joern

    I haven't seen a difference in behavior before. Can you provide the table create statement, the column being described, and the OCI code being used to describe it?
    Have you tried upgrading to the latest patchset for 9.2? Sometimes this helps, because you can pick up some bug fixes.

  • What is the different between Sharepoint fast search service and Sql server fulltext search?

    HI ,
    I want to kow what is the different between Sharepoint fast search service and Sql server fulltext search?
    Or Can I abstract the Sharepoint fast search from the Sharepoint platform as a isolate component?
    Thank you.
    James

    They are very, very different beasts.
    Firstly FAST Search for SharePoint is the old name for the product and is only relevant for SharePoint 2010 not 2013. It got merged into the standard SharePoint search for the 2013 release.
    SharePoint search is aimed at providing a Bing or Google like experience for your intranet content, as well as providing some nifty features that are purely SharePoint releated along the way. That means it can crawl SharePoint content, file shares,
    outlook mailboxes, internal and external websites and probably fifty other different things if you really tried. Whilst i'm not an expert on SQL full text search I believe it's intended to provide a search feature for content held within SQL databases
    and tables.
    Can you run SharePoint purely for Search? Yes, definitely.

  • Different CUOBJ between sales order item and production order

    Hi gurus,
    Our SAP solution is IS Mill & Variant configuration based, we're using ECC6 as OLTP system mapped to APO PP/DS from which module we trigger the planned order into production order conversion. We're exclusively using the 2 different production type : MTO & MTS. When Sales order based (MTO), it was not possible so far to change the configuration of the production order since following Message no. CO661 was advising the data for the configuration was taken from the allocated SO:
    Here is an old thread we'd posted where we were requesting further details about above message: Message CO 661 - Characteristics values were copied - you can only display
    We recently upgraded SP level (SAP_BASIS) from 15 to 30 on ECC6 side, SAP Basis Component on SCM side has been remaining unchanged with release 700 level 016.
    We now observe the message is unexpectively NOT raising anymore so-that the configuration can be freely adjusted; reason seem to be a different CUOBJ between the SO and its production order; please not the issue do not take place when creating the production order directly from ECC6 through CO08.
    Would you please help to clarify the reason of such a behaviour? Thanks in advance.
    Remark: snote 1326891 has been patched but w/o any added value as it do not really apply (= CTP not used)
    BR,
    Pascal.

    UP
    Below as an illustration CUOBJ from VBAP versus CUOBJ from AFPO
    Both WO have been created from APO, difference is the first one was created prior our SP level upgrade. I have to admitt CUOBJ mechanism between ECC & APO is quite unclear, below CUOBJ found when reading planned order data with FM /SAPAPO/RRP_LC_ORDER_GET_DATA (reading executed prior conversion, same outcome when reading prior its creation)
    BR,
    Pascal.

  • How table GLT0 work? (Different value between GLT0 and BSAS)

    Anyone know about how the table GLT0 work?
    After checked in sapenote sapnote 100273 which said "For an FI posting (for example, with Transaction FB01),
    the balances resulting from the posting are updated twice in the G/L Account Monthly
    Debits and Credits (table GLT0)."
    So, Any change amount value of items in accounting doc. This problem should to update, correct?
    For any change of amount value in item of accounting doc and currencies is change.
    Need to reupdate this  table with new currencies? or any logic
    Now, I found a problem is "Account balance" value in currency group (USD) in transaction FS10
    and total sum of "USD Amount" in transaction code FBL3 (If click to sum by currency)
    are different for 17.79 USD.
    I tried to get a logic of this 2 transaction code and found detail as below:
    FS10 : Get data from table GLT0 and for group currency report. Program select data
    from field KSLVT and KSLXX to display in report.
    FBL3 : Get all data until selected period in table BSAS and sum total amount from field BSAS-DMBE2
    (Amount of USD Currency)
    Actually, This 2 report should to have the same account balance.
    So, My question is
    1. When the table (GLT0) update?
    2. Can have a problem with the data in GLT0 (field KSLVT and KSLXX t)
    and sum of amount USD curency BSAS-DMBE2 are differenct?
    If can have, how is occur?
    Many thank in advance.

    Hi,
    Did you find any relationship between the data (sql data and Essbase)?
    While you are loading fresh data, there is no discrepancy.
    You find discrepancy at the time of incremental loading.
    It might be possible in incremental loading data can be added to already existing value in dimension.
    In that case you will find your Essbase data is 2times or 3 times more than base data (sql).
    Then check there might be some setting.
    Thanks
    Dhanjit G

Maybe you are looking for

  • B1iSN 9.0 Installation Failed. Database connection Failed: Password Validation failed

    Hello All:   Installing a new copy of B1iSN 9.0 PL05. And having this problem that I can't seem to find any mentioning.   SQL connection parameter validate the password ok and this is almost immediately after I press install at the final step. When i

  • Flashing/Blinking Airport Status Icon

    Hello Everybody I hope you can help me. After clicking my university's wireless network name and entering the WEP password, the signal icon flashes with five bars before going dead/blinking for a few seconds and then appearing to have no signal - ver

  • Viewobject transcient attribute update value base on other field

    Dear All, I have a viewobject with a transcient attribute which is calculated based on some other attributes queried from the DB. I have set the default value of the transcient field using the express: adf.object.viewObject.getFTType() and the getFTT

  • Cursor setting problem

    Below is a simple example of a frame that contains a button to call a method (longProcess()) that takes some time to execute. While longProcess is executing, the cursor is changed to an hour-glass. The problem I have is that when the cursor leaves th

  • IPhotos - Shared iCloud vs My Photo Stream????

    In my iPhoto I have a "RECENT - My Photo Stream" item that contains 194 photos and a "SHARED iCloud" item that contains 402 photos.  Some of these photos in the two "albums" are the same. Question: What is the difference between "My Photo Stream" and