Color editor removed in JDeveloper 10.1.3.1.0?

I recently upgraded to JDeveloper 10.1.3.1.0 (using the migrate option) from the Early Access 10.1.3.0.3 version.
I noticed that the nice color editor you could use for setting a background color or a foreground color (accessed by clicking on the "..." to the right in the field for background (etc) when using the property inspector in design mode) has been replaced by a much more primitive "editor" that is not very usable at all.
Has the previous editor been permanently replaced or is there any way of setting up JDeveloper so you get that previous much much better editor?

To find the editor see earlier comments or do this:
- Start JDeveloper
- Open a file with a JPanel (for instance)
- For example add a JButton (or select one if there is one)
- Click on the JButton
- Go to the Property Inspector
- Select for instance the field "foreground" or "background"
- Click on the "..." to the right
-->> An editor or color picker or whatever you call it opens.
This editor is in 10.1.3.1 a very very simple editor compared to what
was available in earlier versions.
I could post you .jpg files showing the two different editors because
I can still access the previous color editor if I open a previous
version of JDeveloper. I would need an email address or something though
in that case.
I really miss the previous much better color editor because it was
so much easier to select any color you needed using its facilities.

Similar Messages

  • Where has the colored fringe removal tool gone in ACR 6.7?

    Having just updated ACR to ver 6.7 (6.7.0.339) I am surprised to find that the colored fringe removal tool in the Lens Correction palette has disappeared. All that there is now is Transform, Lens Vignetting and the relatively useless Defringe.
    I thought updates were supposed to provide enhancements, not remove things. What else has been taken away?
    I use this tool a lot and would like to get it back. If it has been replaced with something supposedly better, then what and where is it? Have I missed something?
    Any advice on this would be appreciated.

    Yes, there is lots of useful information here, and thanks for directing me to it. The claimed improvements to fixing chromatic aberrations in digital cameras, including ability to fix LoCA fringing, are impressive
    However, the article seems to apply only to ACR 7 (which I presume is exclusive to CS6) and LR 4. My question was really about ACR 6.7.0.339 in CS5, which installed via Adobe Updates, during the past week. On my system, this update appears to have removed the manual fringe removal tools in the Lens Correction palette.
    There is nothing about this in the release notes, so has something gone wrong here?
    However I have discovered that my lens is now supported, and that applying the (semi) automatic adjustments via the Lens Profile tab does a reasonable job of fixing chromatic aberrations (as well as geometrical aberrations) and is a lot quicker to use. However the manual tool should still be there to fix problems with unsupported lenses as well as a means of applying finer adjustments, perhaps to selected parts of an image, or to accomodate variations in manufactured lens quality.

  • Color cast removal

    I am scanning old family photos. I prefer not to do any post-processing in the scanning software, but I really like how SilverFast AI has an "Auto Color Cast Removal" function.
    Is there any way I can match this setting with a preset in Lightroom?
    Here's the one that's been auto color corrected:
    And here's the original

    Google finds lots of answers, such as this one
    How to Achieve the Correct White Balance in Lightroom | iHeartFaces.com

  • Cell editor removed when table resized

    I'm using Java 1.5.0_06 in my application. I have a JFrame which contains a JTable. I use FormLayout (which is like GridBagLayout). When the frame resizes, the table resizes too.
    When I enter edit mode in a cell of the table and resize the frame (and the table), the cell exits edit mode. The editor of the cell is removed when the table is resized which causes the value that I had entered in the cell to be lost.
    Is there a way to stop cell editing when the frame is resized instead of the cell just exiting edit mode.
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    import javax.swing.table.DefaultTableModel;
    import com.jgoodies.forms.factories.FormFactory;
    import com.jgoodies.forms.layout.CellConstraints;
    import com.jgoodies.forms.layout.ColumnSpec;
    import com.jgoodies.forms.layout.FormLayout;
    import com.jgoodies.forms.layout.RowSpec;
    public class ResizableTableTest extends JFrame {
         final JScrollPane _scrollPane;
         public static void main(String[] args) {
              ResizableTableTest frame = new ResizableTableTest();          
                frame.addWindowListener(new WindowAdapter() {
                     public void windowClosing(WindowEvent e) {
                          System.exit(0);
                frame.setSize(451, 340);
                frame.setVisible(true);
         public ResizableTableTest() {
              super();
              getContentPane().setLayout(new FormLayout(
                   new ColumnSpec[] {
                        new ColumnSpec("default:grow(1.0)"),
                        FormFactory.RELATED_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC},
                   new RowSpec[] {
                        new RowSpec("default:grow(1.0)"),
                        FormFactory.RELATED_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC,
                        FormFactory.RELATED_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC,
                        FormFactory.RELATED_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC,
                        FormFactory.RELATED_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC}));
              _scrollPane = new JScrollPane();
              getContentPane().add(_scrollPane, new CellConstraints(1, 1, CellConstraints.FILL, CellConstraints.FILL));
              addTableToScrollPane();
         private void addTableToScrollPane() {
               JTable table = new JTable();
             DefaultTableModel model = (DefaultTableModel)table.getModel();
             table.setRowSelectionAllowed(false);
             table.setCellSelectionEnabled(true);
             //Add some columns
             model.addColumn("column A");
             model.addColumn("column B");
             model.addRow(new Object[]{"item1", "apple"});
             model.addRow(new Object[]{"item2", "banana"});
             model.addRow(new Object[]{"item3", "carrot"});
             model.addRow(new Object[]{"item1", "grape"});        
             _scrollPane.setViewportView(table);          
    }thanks,

    I would assume that on the resize of the table the
    editing cancelled event is being fired...
    You could try overriding the method in the JTable and
    when it gets fired, fire the editing stopped method
    instead... not sure whether that will work thoughI tried that, but it didn't help. On searching for this problem, I saw a bug report on this very problem.
    Here's info on a related bug in java:
    Cell editing does not complete when JTable loses focus
    Lost newly entered data in the cell when resizing column width
    And here's an interesting article:
    Why Editable Table Cells Are Evil
    Message was edited by:
    petes1234

  • Color Cast Removal in Aperture

    In Photoshop, I can usually remove a color cast using Image > Adjustments > Auto Color, but I can't find any similar easy way to remove a color cast with Aperture. Has anyone found a way to do this? Thanks.
    iMac G5   Mac OS X (10.4.3)  

    Good luck! The white point tool is pretty much broken.

  • Feature request: adjustable color cast removal

    I've been sorting through some underwater photos I took while snorkeling, and the "Auto Levels - Separate" tool does a wonderful job of removing the aquamarine color cast. Unfortunately, it works a bit too well. It would be nice to have a slider that allows for variable removal of color casts, such as the one SilverFast provides for scanning.
    Cheers,
    Andreas

    David,
    I haven't used Silverfast, but the "Color" tool is
    superb. Use the hue or sat sliders along with the
    range setting (at bottom of the tool) to really tweak
    out just the color you want. I think you'll be
    delighted!
    Thanks for your suggestion. I've gotten pretty good using the hue/sat sliders to tweak colors, particularly for adding some punch to washed-out skies.
    You can think of the tool I'm requesting as a slider that lets you adjust between no adjustment and hitting "Auto Levels—Separate", e.g., pushing that button 1/4 or 1/2 the way down. You can accomplish the same thing by monkeying with levels for each channel or using the color tool as you describe, but a simple slider for removing color casts seems more straightforward.
    Cheers,
    Andreas

  • Has Bigraphbean.jar been removed from Jdeveloper?

    Hi together,
    I am trying to show graph in a JSP (without using DataControl). And I found that, we can do it using oracle.dss.thin.beans.graph.ThinGraph
    However the jars required for the same seems missing in latest version of JDeveloper.
    e.g bigraphbean-nls.zip;
    bigraphbean.jar;
    jewt4.jar;
    LW_PfjBean.jar;
    share.jar;
    is missing from Latest Jdeveloper.
    It seems Oracle has refactored the graph component.
    Is there, another way, where I can use oracle Graphs inside a plain JSP (not the JSF )?
    Regards

    Thanks Frank,
    I have already tried the latest dvt with faces. Its awesome.
    But unfortunately, the browser that we work on (stone aged IE6) is not supported.
    So i guess, we will have to stick to old Jdev version.
    BTW, is migration from old style to new supported (if in future we plan to do that)?
    Regards

  • UI editor error in Jdeveloper release 2

    Hi,
    I have a problem, when I invoke the UI editor , I got this error "Unknown error in source", I already compiled the project and the PJC. any suggestions is greatly appreciated.
    Thanks
    Lilibeth

    The error message may just be a left over message from a point when the source was uncompilable, and thus safely ignored. However, if you are having problems working with the UIEditor as a result, then you may want to try the following:
    - Incrementally comment out chunks of the jbInit method bit by bit until you find the offending source. The UIEditor is not a full interpretter and thus cannot handle all java source.

  • Missing BeanInfo Editor in JDeveloper 10.1.3

    Hello,
    I had mad a JavaBean as extension of JPanel. After defining my elements and methodes for the javabean. I created the BeanInfo of my JavaBean with the menu entry new and selected the BeanInfo as new type. After creating the BeanInfo, I miss the dialog to select the properties, methodes and events to expose with the BeanInfo.
    In JDeveloper 10.1.2 there is a view in the editor window called "Class" the other views are "Source" and "Design".
    In JDeveloper 10.1.3 there are the views "Source", "Design" and "History". No "Class" view.
    Where do I find the grafical properties, methodes and events editor in JDeveloper 10.1.3?
    Regards.

    Hi,
    the BeanInfo editor has been removed from JDeveloper in 10.1.3. To create field accessors for a bean you can use Refactor--> Create Accessor
    Frank

  • Color Removal in Photoshop

    OK, so I'm wondering why there isnt the specific function to select a color or color range, and then use a slider to fade out a given color from the image
    yes, I'm aware of Select > Color Replacement, but to be honest it does a superficially good job that doesnt hold up to close scrutiny when used as a method of dropping out background colors
    Also, odds are whatever color or color range you are dropping out are also colors contained in the image you want to keep
    Meaning half of your image may drop out to transparency as well
    one way to quickly repair this problem is to duplicate the original image then just use a giant eraser to very quickly remove all but the main item you want to keep, then, run the eraser around the entire edge, hoping no important pixels go missing around the edges.. I use this all the time.
    another quick repair is to create a new back-ground layer that is similar in single color to the multiple colors you removed and then use the eraser to run around the edges quickly.. I've used this on many occasions too
    another quick repair is to duplicate whats left of your image about 20-50 times, then merge all those layers, and perhaps touch up with a brush on an underlayer to replace any missing background color
    of course, the problems with these methods, which I like to call my "Insta-Mask" methods, is that edges around the object look terrible at a full contrast B/W Mask level...there's actually just alot of noise, because of the transition in photographic images from one color or object to the next.. and its like that for most any image thats not purely a graphic..
    its good for sliding away with something thats not too important that you need done quick, but thats about it
    .. And I understand masking, Channel Duplication, Combination, Calculations, Blending Modes, Levels, Variations, Opacity, Hardness, Edge Refining, Contracting, etc, etc, etc.. and yes, I Can make very beautiful masks for most any object regardless of how blended in with the background it is.. I owe that largely to my days using the First Version of Photoshop, when basically everything we did was at a Pixel level, and I do quite enjoy it (though its time consuming), as well as the tools available for making it alot easier
    And I dislike the Magic Wand immensely, for removing colors, and it only works with a couple kinds of images/graphics, and even then, its not really that nice at all
    I also do Pen Tool Masking from time to time, as the situation requires
    but there is a function missing in Photoshop , which its capable of doing, which would make things alot easier, but which hasnt been included to date.
    and that's the ability to drop out colors or color ranges BASED on Tolerances to the adjacent color pixels, with a feather & Refine edge function
    This should of course be equivalent to true pixel masking, and simply and easily drops a color out of existence in your background without dropping all that color from your entire image, and without you having to use the tragic wand and other crude, general selection tools which ruin the masking field
    I mean, I dont see why its not there
    or simpler yet, just a slider that lets us drop out certain colors to transparency, would be a great start

    imagine you could use the marquee tool or a selecting-brush to drag or brush over some background elements, weeds in a field, Mountains, Buildings, Skies, etc.. adding the selected colors & patterns to the number of colors & objects to be removed..
    then use the same brush to brush over colors & elements you want to keep, and the values for those colors are stored separately, even if some of the values are the same
    then, you drag a brush around the object you want to remove from the photo, where the object meets the background, which must have a start-point, and an end point which returns to the start point..
    Photoshop then calculates the location of items to keep as inside the closed brush line, and items to disappear as outside that brushed line
    Tolerances can be individually set with an Eye-dropper between a blue shirt sleeve you want to keep, inside the brush mark, and the blue sea, blue car, or blue sky adjacent to that sleeve, outside the brush mark,..
    you can add another combination of "Near Tolerances" by clicking "Add a Near Tolerance", then you select the green shoes inside the line, multi-select add, then click next, and click the green grass outside the region.. also additive multi-select
    Photoshop then remembers the regions, the colors, patterns, and values, and all the other information you gave it (the only real important thing being what happens directly under the brush line you painted around your object, as it will automatically delete everything outside of that), click "Extract" and the object of your desire is removed perfectly

  • Color Problem when Aadding/Removing series from Chart

    Is it possible to define the color of the series to add in a Chart?
    Actually, the color seems to be defined in a precise order by the chart itself when adding the series. I think there's a list of predefined colors and for each series added to the chart, it take the next color of the list. Then, when we remove a series, the pointer in that list of colors is decremented.
    That behavior does not suit me. If i remove a series and add it again there are cases where two series can have the same color...
    Example:
    add series 1 - color blue
    add series 2 - color red
    add series 3 - color cyan
    remove series 2
    add series 2 - color cyan
    series 2 and 3 have the same color
    (you can test this behavior)
    So is there a mean to avoid this problem and set the color of series ourself?
    Thanks

    If you search the http://javafx-jira.kenai.com you will come across quite a few open bugs to do with dynamically modifying charts by adding and removing series and data - so I guess, if you are currently using this feature, then proceed with caution (and don't use the chart animation feature) until they are fixed (and log new issues if yours is not already captured).

  • Removing color casts, and correcting colors to match reference materials? any guides/tutorial/videos

    I have been looking for tutorials showing how to use SpeedGrade. I am now comfortable with the UI enough to use it after watching these: http://www.youtube.com/user/AdobeTV/videos?query=speedgrade
    I am looking for tutorials that show how to do a couple things, first I would like to be able to remove any color casts. In photoshop to do this you can use a curves layer and use the set white point color picker and click somplace that is supposed to be white. and in premier you could do something similar using the Fast Color Corrector. So basically I am looking for a way to target an area in a frame that should be grays, In Anime, the eyes generally will always be shades of gray, so that is what I would target usually when working with anime in photoshop/premiere. If anyone knows of a tutorial that shows how to do this type of color cast removal color correction in SpeedGrade could you please share a link.
    Some of the older 80's and 90's anime on film, the film has aged and that is where the color cast came from. There is also a loss of color information across the board. For instance in the below picture. The sky is supposed to be more blue instead of teal/sea green.
    Another thing is back in the 80s and 90s a lot of Anime worked from limited color palletes; something like maybe 16 colors total, so a lot of colors are used repeatedly. So even with only a limited amount of reference material I should be able to get the corrections close. (I dont have reference clips for every single episode, only a handful of scenes from a handful of episodes.)
    I have some reference material showing approximately what the colors should be. So my next question is if anyone knows of any tutorials/guides/videos showing how to use SpeedGrade to color correct a clip so that the colors match up with the colors used in a reference clip
    I was also wondering about auto correction based on a reference clip, although I am guessing this is still not possible.
    When I watched the websiminar: http://seminars.adobeconnect.com/_a227210/p738pxm9zs0/  at about 43 minutes into it, a feature is shown that automatically adjust the color using a clip that contains a colorchart.
    I was wondering if a tool like that could analyse a clip start to finish, to create a pallete of used colors, and then compare that to the colors used in another clip and correct them. (a feature like this would probably be more useful/accurate in anime than it would liveaction but who knows.)
    Another UI related question:
    I did have one question, the only place I see to access the colorwheels is in the looks tab, my video I am working on, just manages to fit at 100% in the monitor.
    So I would prefer to hide or collapse the different looks(maybe even with a hotkey) so that I can access the color tools that it is covering, I attached a picture of what I am talking about. I know pressing "P" hides everything at the bottom, and figured maybe there is already a way to hide/minimize/collapse the look presets to access the tools behind them without shrinking down the size of the monitor preview.

    There is a special grading filter called "Color match" which can assist in cross-referencing the black/white/gray levels from one playhead to another but it's not documented yet. The suggested way to set black/white/gray points in Sg is to adjust it visually, using the waveforms as a guide, but there's no chance of doing that for something as small as a character's eye. There's no "eyedropper" picker on the primary grading panel because Sg isn't a correcting tool, but a cinematic grading tool. 99% of the time the end result of an Sg grading session is a long way from what the camera pixels actually recorded.
    If all you are doing is reversing a color cast  then Speedgrade isn't the right tool to use - you should be working in Premiere Pro (with the Fast or 3-Way Color Correctors). If you're a Photoshop person the UI is much more recognizable, it'll handle all the native footage you can throw at it, and you get your B-G-W eyedroppers.
    In Speedgrade CS6 you cannot hide the Presets panel in the Look or Mask tab. The UI is really designed for use in a two-monitor system (which all professional colorists will have), and/or with a hardware controller (which means you can keep the entire  bottom panel hidden).

  • ClearScan creates colored background. How to remove it?

    Hi,
    I have a document at hand containing around ten pages. On three of those pages, scanned documents are being displayed. They are centered on the page with no visible background color (I removed it in photoshop). However, once I run ClearScan on those pages, the pages' backgrounds change to a light grey. Logos on the scanned page keep a box of white background around them. Other pages in the document also appear whiter.
    So, how can I stop Acrobat from coloring the background when running ClearScan?
    Regards,
    Fabian

    hey qzmufu,
    i'd like to thank you a million times for sharing the solution to the gray background problem. if it weren't for you it would have taken me ages to solve this problem.
    thanks again!
    schiffa

  • Colors applied by rules removed after replying

    I have rules set up for my incoming messages which apply colors based on my address book groups - friends, family, work, bills, etc.
    I noticed on 10.5 that when I reply to a message, the color gets removed. i first noticed this with manually removing attachments, but then noticed it happens after a reply.
    Wondering if anyone else is seeing this behavoir, or if I need to look at my system and/or rules for some weirdness on my end.

    OK so an update to the label color issue - it seems once messages arrive and the initial rules are processed things are fine. but if I remove attachments or move to another mailbox (on the IMAP server), they lose the color. However, just selecting the message in the list will reapply the color, as if the rules are re-run on that message.
    IMAP flags are not affected, so it seems it's an Apple Mail issue with the color labels.
    I do have two mail plugins, Mail Act-On and Mail Appetizer. I suppose next step would be to remove these, although I believe I was having these issues on the MacBook even before installing these. I have the same problem on both computers, both running 10.5.2 and neither had this issue under 10.4.11 and I had those plugins (and others) installed as well on the previous system.
    This is happening to both a Gmail account as well as my own hosted account emails.

  • Upgrade to IE7 gives JavaScript error in visual editor

    Hello---
    After upgrading to Internet Explorer 7, a yellow bar appears at the top of the JSP/HTML Visual Editor window saying that "This page uses JavaScript and requires a JavaScript enabled browser. Your browser is not JavaScript enabled." JavaScript is enabled in Internet Explorer. How can I make the message go away?
    Please let me know if you need more information.
    Thanks for your help.

    Hi,
    not sure what you are seeing there. The visual editor has nothing to do with the selected browser. If the editor in JDeveloper 11 shows such message then something else went wrong. One attempt to fix this - which works for me - is to remove the JDeveloper system.xxx directory (or rename it).
    Frank

Maybe you are looking for

  • Cool iTunes 7 bug

    Try to rewind a song by clicking the progress strip at some point, when the song is about to end (2 seconds or less) and jump to the next one. It will play the first and the next song simultaneously. I managed to play my entire playlist at the same t

  • HT4061 My ipad with retina display's screen is broken

    May I know how much to replace the screen ?

  • HT1338 i have a problem with my iphoto on my imac

    because now every time i import the picture from my iphone or ipad, the iphoto program does not automatically separate the event any more instead it put every pics in the same event even though the pics were taken on different day. I think it started

  • Need SQL query - can anyone help

    have a table which contains Name StartDate EndDate Billable NonBillbale AAA 01-Jan-2007 31-Mar-2007 2 3 AAA 01-Apr-2007 31-Jun-2007 4 6 BBB 01-Jan-2007 31-Mar-2007 2 3 I need to create a table from this table where the entry would be Name Jan2007Bill

  • Remote control w/ ibook g4

    Can I use the new apple remote with my ibook g4? I'm running the newest version of mac os x.