Hyperlinked images thin line in iExplorer

When I tested my website it worked fine in Firefox and Chrome, but not in iExplorer. Hyperlinked images got a  thin purple line around them. Does anyone know how to remove that? It'd be very helpful! Thanks in advance!

Hello Roger,
in addition, to the hints from above:
Add this to your CSS code:
a img {border:none}/**removes borders from LINKED images**/
img {border:none} /**removes borders from NON-LINKED images**/
and have a look at David_Powers detailed elaborateness here: http://forums.adobe.com/thread/417110.
Hans-Günter

Similar Messages

  • Whats the easiest way to put a thin line around an image?

    Can anyone tell me the easiest way to put a thin line around
    an image? I'm also interested in the use of thin lines as part of
    the graphic design on a page, how are they generated?
    Thanks

    .oO(cdeatherage)
    >In Dreamweaver, you can set a border for each image but
    be aware that some
    >versions of some browsers may not display it.
    This shouldn't be an issue in any used browser today.
    >If it is a consistent look you're
    >after, I'd say the most permanent thing to do would be to
    edit the image in
    >Photoshop or Fireworks. In Photoshop, e.g, I'd create a
    background fill with
    >the color I wanted the border, then add the image,
    centered, in a new layer on
    >top of that. Merge the layers, then save optimized for
    the web.
    Way too complicated. If you want to change the color or style
    of the
    border, you have to modify the image. With CSS you can
    directly change
    the line style in a much easier and faster way.
    Micha

  • Can't get rid of Thin line at bottom of images

      <a href="about.html"><img src="images/HOMEPAGE/homepage_title.png" alt="Get Started" class="columns" title="Get Started"/></a><br>
      <br>
    Hi, I can't figure out why my homepage images have a thin line at the bottom of the image. The image itself is not causing this but it must have something to do with the image tag or the CSS but I can't seem to get rid of it and it's driving me crazy. If anyone knows what may be causing this I would really appreciate it. Thanks.

    adninjastrator wrote:
    Looks like ALL your links, including images, have the text-decoration underline and since 3 or the 4 images are links, they are also underlined. Add
    text-decoration: none;
    to all your achors (a.):
    http://www.quackit.com/css/css_hyperlinks.cfm
    Best wishes,
    Adninjastrator
    Adninjastrator, thanks for the link. I looked it over and if I have an image as a link, I don't want there to be a visible link so according to the link here. http://www.quackit.com/css/css_hyperlinks.cfm
    I should need to add this code if I don't want a visible link.
    a:link { text-decoration: none }
    Can you please tell me "where" I would add the above code. The site has 11 styles. What I 've been doing is selecting the image and then looking at the style associated with it and the image seems too use the "clearfix.css" style.. Can you lease tell me if this is correct and where I would add the code to the clearfix style? Thanks.
    Here is the code for the "Clearfix" style.
    .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    html[xmlns] .clearfix {
    display: block;
    * html .clearfix {
    height: 1%;
    Put this code at the end of your styles (remove the previous one so that it does not interfere with this one) and then post back.
    Good luck.
    img {
        display: block;
    Jtanna and Murray, thanks for the reply.
    Would I still need that code or would it be better to edit the current code than to just keep adding code? Just curious. Can I not edit the code's text decoration to fix or is your solution better. If you solution is better then would I just add your code to the bottom of the CSS style above? Thanks. 

  • Thin lines in pdf file displayed on mac

    Hi,
    I don't know if this is the right place to bring this up.  So redirection elsewhere is appreciated!
    I've noticed a problem with displaying certain pdf files on a mac.  The files are 2D filled plots produced by the free scientific software Yorick (http://yorick.sourceforge.net/).  It happens when I view it in Preview or Powerpoint on a mac.  But not if I use a pdf viewer on a unix system.  The yorick source code for a simple example is below.  I can't find a way to attach files to this messages or I'd include the pdf's.  Is there a way to do this?
    Both png's are fine, and the pdf of the pli plot is fine.  pli assumes uniform grid spacing, is fast, and must use different graphics primitives than plf, which does not assume uniform grids (i.e. you can have non-square elements).  In this case both x and y grids really are uniform.  The problem is with the pdf of the plf plot.  Look at it in Preview, you should see some thin lines.  Put it in powerpoint and the same.  If you put some solid colored box in back of it, you'll see the color.  So the lines are transparent or something.
    David Munro, the creator of Yorick, suggests it's an issue with anti-aliasing.
    Anyway, the problem isn't that severe in this example, but in others (which don't have simple source code) it's more annoying. 
    Either way, any advice on this, or the right people to report this to, is appreciated.
    Cheers,
    David
    // 10dec10: bug of contour plots in pdf's having white lines on mac
    x=span(0,3,21);
    y=span(-2,2,30);
    x2 = x(,-) + 0*y(-,);
    y2 = 0*x(,-) + y(-,);
    z2 = exp(-x2^2-y2^2);
    fma;
    palette,"rainbow.gp";
    pli, z2, x(1),y(1), x(0),y(0);
    cd,"~/yorick/pdf-mac-bug";
    pdf,"pdfmacbug_pli.pdf";
    png,"pdfmacbug_pli.png";
    fma;
    palette,"rainbow.gp";
    plf, z2, y2,x2,;
    cd,"~/yorick/pdf-mac-bug";
    pdf,"pdfmacbug_plf.pdf";
    png,"pdfmacbug_plf.png", dpi=150;

    As I suspected, the problem is that the other viewers are not savvy enough to handle the "stitching problem".
    What looks like a single image is really a WHOLE LOT of single squares.  I took a snapshot of the Edit Object tool in Acrobat with all the objects selected.  See <https://photos-3.dropbox.com/i/o/R6asqv64sEP1Tf7eIEBfNbFbMw0F7qKEaFwfnXQVKLo/1644474/12950 96400/0fa9181>.
    As you can see from that, each square is a separate image that needs to be rendered and if the viewer doesn't understand how to proper stitch the pieces together then you will get empty pixels (which appears as white lines).
    Either contact the author of the program that authored the document and see about getting that fixed (if it's not you) and/or contact the other viewers about improving their products.

  • Thin lines in pdf file

    Hi all!
    I have a question. The same problem in Illustrator CS6 (but it appears from a few version of CS back).
    I have document in an Illustrator. The document is generally for print, I don't using them to making website, so without using Slice tool.
    I need have separation pdf so first I print the document to postrscript usind pdf ppd. Always the same settings:
    1. General - only media size
    2. Marks and Bleed - none (i mean all off)
    3. Output - mode: Separations (host-based), and rest like is: emulsion: Up, Image: Positive, Printer Resolution: 71lpi/600dpi
    4. Graphic - none
    5. Color Managment - none
    6. Advanced - none
    7. Summary - none
    After printing I have a separation, pdf file. Always appears vertical and horizontal thin white lines, like document was preparing for website and sliced.
    Why this happend? Can I use some settings to avoid this situation? I tried a various setting but the lines always appears.. Help!

    It always was in a bitmap.
    2013/8/21 Monika Gause <[email protected]>
       Re: thin lines in pdf file  created by Monika Gause<http://forums.adobe.com/people/Monika+Gause>in
    Illustrator - View the full discussion<http://forums.adobe.com/message/5613437#5613437

  • Line drawings distorted by Adobe Reader's Thin Line Enhancement feature

    I am working with InDesign CS6 on an engineering textbook with approximately 1300 line drawings.  When a pdf exported from InDesign is viewed in Adobe Reader XI, the line widths of the drawings are distorted by Reader's Thin Line Enhancement feature.  The default setting for Thin Line Enhancement in Reader is on.  I understand that Reader's user features cannot be controlled by a document.  Is there anything I can do in InDesign to would reduce the effect of Reader's Thin Line Enhancement on the image quality? 
    (Ironically, the art work drawn in Illustrator in a pdf and exported from InDesign looks fine in Google Chrome, but wretched in Adobe Reader!)

    Thank you for your response.  The textbook is to be printed and presented as an ebook. The print version is not a problem nor is the ebook version when viewed in a pdf viewer other than Adobe Reader, or in Adobe Reader in the non-default state with the Thin Line Enhancement feature disabled.
    I  attempted to resolve the Adobe Reader Thin Line Enhancement problem by increasing line widths and ensuring that interrupted lines segments were aligned.  Sadly, the overall size of the illustrations limits the the maximum width of the thinnest lines and Thin Line Enhancement problem persisted. 
    The reason I ask if there is anything which can be done within InDesign to counter the distortion of Reader's Thin Line Enhancement is the following observation.  An MS Word document with the same illustrations embedded as png graphics and saved as a pdf does not suffer the Thin Line Enhancement distortion when viewed in Adobe Reader.  I am hoping that whatever is done when MS Word saves a document as a pdf can be replicated when InDesign exports a pdf.  Unfortunately, I am constrained by my publisher to link rather than embed the graphics.  I have experimented linking eps, Illustrator, and pdf graphics files but they pdfs exported from InDesign were distorted when viewed in the default configuration of Adobe Reader.
    I must disagree with your assertion that the only correct way to view the pdf is in Adobe Reader.  Adobe Reader distorts the images unless the user has disabled the Thin Line Enhancement.  I believe that I am a typical user of Adobe Reader in that I was unaware that the feature existed until recently.  I mistakenly presumed that what may have been distorted graphics were simply poor quality graphics.  Given my choice, I would hope that none of the future readers of the text use Adobe Reader, but, unfortunately, I know that many will.  That is why I am attempting to resolve this problem. 

  • Aipar Air has a thin Line in the screen.

    I bought a Ipad air one month ago it was working fine, but the last week appeared a dotted thin line across the screen (vertical), but in this moment there are others thin purple lines. How can i Fix the problem?.

    Hello there, NelsonMejia.
    The following Knowledge Base article gives us a few recommendations for troubleshooting issues with your display:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Particularly:
    Display image issues
    This can include bright or dark pixels, lines in video, or sections of video missing.
    Try turning iPhone off and then on again.
    Verify the issue is not content related, by viewing different content.
    If the image is too dark, adjust the brightness. In General Settings choose Brightness and Wallpaperand slide the slider.
    If the issue persists, there are recommendations at the end of the article as well:
    My issue is still not resolved. What do I do next?
    Contact Apple Support.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Thin lines on PDFx1a  have printed on final job!!!

    We recently produced a final print PDF for the front cover of magazine and all was well. No Lines as normal.
    However, when this same PDF of cover was placed back into Indesign as part of a promotional poster, the final PDF appeared have some thin lines in 3 places. They were visible when PDF was viewed at 800% and above, and we initially thought that they were part of the 'Atomic Regions' set out by the flattening process.  Anyway, these lines have printed and now we are wondering how to avoid this in future
    As I say it only appears to happen when placing the Cover version of PDF back into Indesign file and a new PDF is created.
    Does anyone know how to get round this without rasterizing PDF and changing to a bitmapped image. After all we want to keep all vector items as original cover, as poster  is quite large.
    I look forward to a reply
    Many thanks,
    Scratchy Head  Man

    Take it to an Apple Store or other service provider for testing.

  • Gradient to transparent have thin line when stroke is 0 pt

    I have a simple rectangle with a gradient that fades to white and has an effect of multiply and opacity set to 85%. Where it fades to white the background image meets the gradient so in effect the rectangle color fades to transparent.
    However, even as I have no stroke, 0pt, and 0 opacity on stroke in the effects box there is still a thin line around the box, no matter what I do I can't seem to affect it.
    My text is in a separate text frame in a layer on top of this gradient rectangle. This gives me solid color on the text.
    How can I get rid of this line around the rectangle? What can give a thin line besides stroke?

    No, "Stitching" was not it. Exporting to later pdf-versions didn't help.
    When I revisited this problem as I resized the affected text box and the problem reappeared, I decided to cut out the text and delete the old box. Then I made a new empty text box and pasted the text into that. Problem gone!
    I still don't know what the problem was as I could find no stroke nor any effects related to this box. I'm going to open the original file later and delete everything but the affected box just to see if there is some setting somewhere not so obvious.

  • KDL-40EX720 horizontal thin lines that appear on screen after 10 minutes of turning on the TV

    Hi, I have a KDL-40EX720 that is showing Horizontal Thin Lines on screen after around 10 minutes of turning on the TV (that is when TV is warm), this incident occured after three years of purchasing the TV so it is not covered anymore by the warranty policy or terms.
    These thin lines are too many and very thin that seems that screen is partially showing blurred images, this means that my TV screen is split into a part that is like 80% of the screen and covered with these blurring thin lines while the 20% of the screen is still showing normal picture.
    I tried several sources of input, to confirm that problem is not only from HDMI, but in all cases it is showing the same, even when you press on the menu button, the display is also affected by these lines.
    I sent the TV to Sony Repair and Maintenance Center in my county Lebanon. They said that problem can be in T-CON board that is inside the TV screen, and they also said this board can't be replaced because it is built-in with the screen. Also they can't repair it.
    They said that screen need to be replaced, but it will cost me around 600$ that is equal to the price of a new KDL-40W600.
    It is obvious that my TV has a faulty component, and I need community support in letting me know what could be the cause of these horizontal thin lines, and if really T-CON board in KDL-40X720 can't be replaced or repaired.
     Thanks in Adcance.  

    Please see the other topics in this forum related to your question.
    http://discussions.apple.com/thread.jspa?threadID=967815

  • Fatal Internal Error: "image.cpp", line 13192 when trying to insert a cursor to graph

    NOTE:  This IS a duplicate post from the Breakpoint.  Text slightly changed.  The post in Breakpoint can be deleted.  All comments should be placed in this thread.
    I resolved the "Fatal Internal Error: "image.cpp", line 13192 when trying to insert a cursor to graph", but would like to share to find out if others have seen this and to determine whether this is a bug, or if it's time to redo my PC, or buy a new one..  
    I have an existing graphs (qt 6) which originally had 2 cursors.  This occurred while trying to add the third cursor. 
    Up until attempting to add the last cursor, the program worked great, and I had been running tests for a while.  However, I do recall seeing this problem when creating the original cursors, but not to this extent.  Plus I don't remember the original error message from that time.
    I needed to add one more cursor to the existing graphs.  As soon as I add a new cursor and set it's properties, I get a nasty error message and without warning LV8.2 simply closes itself (well, the only warning was the error message.  Tried it 3 times, same result.
    Here are the steps:
    Shut down the PC, went for a coffee, rebooted the PC.  Opened the LV project, opened the VI.  Immediately went to the graph properties to add the new cursor by doing the following steps: 
    Right click graph indicator icon on block diagram.
    Select Properties.
    Click on cursor tab.
    Click on Add
    Select Cursor 2 (3rd one, newly created)
    Change color
    Select cursor as a line
    Remove checkmark for "show cursor"
    Click OK
    I need to do this to 3 other graphs, same steps.  And as soon as I get to the step before clicking OK, I get the error message. 
    I managed to get an additional one done, by immediately saving after each step (yep going in & out of the properties).  But I've had this problem before when creating the first two cursors.
    Is it a bug?  Anyone else seen this?  Using LV8.2.  And the message is right about LOOSING ALL unsaved work!!!! 
    Here are more observations:
    Tried creating a new one on the second graph.  As soon as I clicked on the color, it crashed!
    See the error explanation below.  It is really clear, now anyone can solve it    LOL!!...  According to the error log, there's a bad image out there  
    .\manager\image.cpp(13192) : DAbort: bad image in ValidateImage
    $Id: //labview/branches/Europa/dev/source/manager/image.cpp#47 $
    0x007A81E8 - LabVIEW <unknown> + 0
    0x007A7BDB - LabVIEW <unknown> + 0
    0x00829D74 - LabVIEW <unknown> + 0
    0x008546CD - LabVIEW <unknown> + 0
    0x00C054E6 - LabVIEW <unknown> + 0
    0x0081B9C8 - LabVIEW <unknown> + 0
    0x0081EB9A - LabVIEW <unknown> + 0
    0x0084D9D4 - LabVIEW <unknown> + 0
    0x00854663 - LabVIEW <unknown> + 0
    0x00C054E6 - LabVIEW <unknown> + 0
    0x0085F7A1 - LabVIEW <unknown> + 0
    0x00BBACDD - LabVIEW <unknown> + 0
    0x00C06A2F - LabVIEW <unknown> + 0
    0x0085AA46 - LabVIEW <unknown> + 0
    0x00C06A2F - LabVIEW <unknown> + 0
    I observed the title bar after making changes to the properties.  I noticed that 3 out of 4 times, while changing the properties of the graphs to include the cursor, and saving after each & every step, that there were no stars appearing on the title bar to indicate "unsaved changes".  Saving was also much slower than usual.  I suspect, the program never got to placing the star before saving occurred.  However, I am noting everything.
    After creating the cursors, saving was and is normal, and the program runs well..   I have run tests without problems.
    Does anyone have a clue at what causes this?   Has anyone seen this before?
    Thanks,
    RayR

    Hi Donovan,
    I can't remember seeing this elsewhere.  When I get a chance, I'll create a new (blank) vi with new graphs and will repeat the steps. 
    I will let you know if I see this in the new vi.
    Thanks!
    RayR

  • Is there a way to create a heading with shading behind the text and thin lines above and below?

    I'm working with InDesign CS6, Windows 7.
    Is there a way, using paragraph rules, to create a heading with shading behind the text and thin lines above and below the text?
    I'd like to create headings that look like these:
    Thank you!

    I have a document where I almost do such, but without the fill. I use a Head Style which Spans Columns for this instance; it allows the haeds to flow and fill the width.
    Paragraph Rules above and below are turned on with plenty of offset.
    I tweaked my setting to accomodate your need - It required only one instance, not above and below, and changing the stroke to a double stroke. 
    It may be necessary to create a custom stroke to modify the proportion of stroke vs fill. There is a difference of thin-thin and  thick-thick, neither of which seemed perfect but might be dependent on the Character height.
    Creating custom strokes is accomplished via the Strokes Panel.

  • Print Apps won't print with C510a eStation. Prints thin line at top of page.

    My C510a eStation printer will not print using the Print Apps.  It just prints a thin line at top of page.  Everything works fine until I print.
    All other print functions work.  It prints from computer via WiFi.  It prints when I send an email to it.  It copies via the Zeen.  It just won't print using the Print Apps.
    Does anyone else have this problem?  What is the solution?
    12/23/2010 3:00PM.  I just got off the phone with an HP engineer.  She said that the eStation is still in the TESTING phase and to call to report problems so they can improve the product.  (I would have thought the product would have been fully tested before being released to the public!)
    She had me reset the Zeen display by holding down the volume keys while powering up.  This erased everything that had been done on the Zeen by me and resulted in no HOME screens, which will have to be set up by me.  The only app at the bottom of the blank home page was Yahoo!.  Even the printer app was missing.  I had to move it from the app tray to the home page.  Now, I have to spend hours, again, setting up the Zeen.
    After the reset, the printer apps seem to work now.  The Zeen will copy using the printer app.  My computer still seems able to print and scan to/from the eStation.
    The eStation C510a eStation printer and Zeen display are very exciting.  However, they are not for someone not willing to spend the time to get it to work properly.  If you have a cell phone, be prepared to use up a lot of minutes while on support.
    The HP engineer said that it will soon have a new release of Android operating on the Zeen which will allow it to be faster.
    This question was solved.
    View Solution.

    I have decided to return this printer to the store as it just has too many problems.  HP has essentially told me they will not issue updates to solve the problems.  I hate this, as I really loved the product.

  • Drawing and some layout help for a simple control: thin lines and application start

    I am trying to create a new, simple control. The control should act as a grouping marker much like that found in the Mathematica notebook interface. It is designed to sit to the right of a node and draw a simple bracket. The look of the bracket changes depending on whether the node is logically marked open or closed.
    After looking at some blogs and searching, I tried setting the snapToPixels to true in the container holding the marker control as well as the strokewidth but I am still finding that the bracket line is too thick. I am trying to draw a thin line. Also, I am unable to get the layout to work when the test application is first opened. One of the outer brackets is cut-off. I hardcoded some numbers into the skin just to get something to work.
    Is there a better way to implement this control?
    How can I get the fine line drawn as well as the layout correct at application start?
    package org.notebook;
    import javafx.beans.property.BooleanProperty;
    import javafx.beans.property.IntegerProperty;
    import javafx.beans.property.SimpleBooleanProperty;
    import javafx.beans.property.SimpleIntegerProperty;
    import javafx.scene.control.Control;
    * Provide a simple and thin bracket that changes
    * it appearance based on whether its closed or open.
    public class GroupingMarker extends Control {
      private final static String DEFAULT_STYLE_CLASS = "grouping-marker";
      private BooleanProperty open;
      private IntegerProperty depth;
      public BooleanProperty openProperty() { return open; }
      public IntegerProperty depthProperty() { return depth; }
      public GroupingMarker(boolean open) {
      this();
      setOpen(open);
      public GroupingMarker() {
      open = new SimpleBooleanProperty(true);
      depth = new SimpleIntegerProperty(0);
      getStyleClass().add(DEFAULT_STYLE_CLASS);
      // TODO: Change to use CSS directly
      setSkin(new GroupingMarkerSkin(this));
      public boolean isOpen() {
      return open.get();
      public void setOpen(boolean flag) {
      open.set(flag);
      public int getDepth() {
      return depth.get();
      public void setDepth(int depth) {
      this.depth.set(depth);
    package org.notebook;
    import javafx.scene.Group;
    import javafx.scene.paint.Color;
    import javafx.scene.shape.FillRule;
    import javafx.scene.shape.LineTo;
    import javafx.scene.shape.MoveTo;
    import javafx.scene.shape.Path;
    import com.sun.javafx.scene.control.skin.SkinBase;
    * The skin draws some simple lines on the right hand side of
    * the control. The lines reflect whether the control is considered
    * open or closed. Since there is no content, there is no
    * content handling code needed.
    public class GroupingMarkerSkin extends SkinBase<GroupingMarker, GroupingMarkerBehavior> {
      GroupingMarker control;
      Color lineColor;
      double shelfLength;
      double thickness;
      private Group lines;
      public GroupingMarkerSkin(GroupingMarker control) {
      super(control, new GroupingMarkerBehavior(control));
      this.control = control;
      lineColor = Color.BLUE;
      shelfLength = 5.0;
      thickness = 1.0;
      init();
      * Attached listeners to the properties in the control.
      protected void init() {
      registerChangeListener(control.openProperty(), "OPEN");
      registerChangeListener(control.depthProperty(), "DEPTH");
      lines = new Group();
      repaint();
      @Override
      protected void handleControlPropertyChanged(String arg0) {
      super.handleControlPropertyChanged(arg0);
        @Override public final GroupingMarker getSkinnable() {
            return control;
        @Override public final void dispose() {
        super.dispose();
            control = null;
        @Override
        protected double computePrefHeight(double arg0) {
        System.out.println("ph: " + arg0);
        return super.computePrefHeight(arg0);
        @Override
        protected double computePrefWidth(double arg0) {
        System.out.println("pw: " + arg0);
        return super.computePrefWidth(40.0);
         * Call this if a property changes that affects the visible
         * control.
        public void repaint() {
        requestLayout();
        @Override
        protected void layoutChildren() {
        if(control.getScene() != null) {
        drawLines();
        getChildren().setAll(lines);
        super.layoutChildren();
        protected void drawLines() {
        lines.getChildren().clear();
        System.out.println("bounds local: " + control.getBoundsInLocal());
        System.out.println("bounds parent: " + control.getBoundsInParent());
        System.out.println("bounds layout: " + control.getLayoutBounds());
        System.out.println("pref wxh: " + control.getPrefWidth() + "x" + control.getPrefHeight());
        double width = Math.max(0, 20.0 - 2 * 2.0);
        double height = control.getPrefHeight() - 4.0;
        height = Math.max(0, control.getBoundsInLocal().getHeight()-4.0);
        System.out.println("w: " + width + ", h: " + height);
        double margin = 4.0;
        final Path VERTICAL = new Path();
        VERTICAL.setFillRule(FillRule.EVEN_ODD);
        VERTICAL.getElements().add(new MoveTo(margin, margin)); // start
        VERTICAL.getElements().add(new LineTo(margin + shelfLength, margin)); // top horz line
        VERTICAL.getElements().add(new LineTo(margin + shelfLength, height - margin)); // vert line
        if(control.isOpen()) {
        VERTICAL.getElements().add(new LineTo(margin, height - margin)); // bottom horz line
        } else {
        VERTICAL.getElements().add(new LineTo(margin, height-margin-4.0));
        //VERTICAL.getElements().add(new ClosePath());
        VERTICAL.setStrokeWidth(thickness);
        VERTICAL.setStroke(lineColor);
        lines.getChildren().addAll(VERTICAL);
        lines.setCache(true);
    package org.notebook;
    import com.sun.javafx.scene.control.behavior.BehaviorBase;
    public class GroupingMarkerBehavior extends BehaviorBase<GroupingMarker> {
      public GroupingMarkerBehavior(final GroupingMarker control) {
      super(control);
    package org.notebook;
    import javafx.application.Application;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Label;
    import javafx.scene.control.TextArea;
    import javafx.scene.layout.BorderPane;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class TestGroupingMarker extends Application {
      public static void main(String args[]) {
      launch(TestGroupingMarker.class, args);
      @Override
      public void start(Stage stage) throws Exception {
      VBox vbox = new VBox();
      BorderPane p = new BorderPane();
      VBox first = new VBox();
      first.getChildren().add(makeEntry("In[1]=", "my label", 200.0, true));
      first.getChildren().add(makeEntry("Out[1]=", "the output!", 200.0, true));
      p.setCenter(first);
      p.setRight(new GroupingMarker(true));
      vbox.getChildren().add(p);
      vbox.getChildren().add(makeEntry("In[2]=", "my label 2", 100.0, false));
      Scene scene = new Scene(vbox,500,700);
      scene.getStylesheets().add(TestGroupingMarker.class.getResource("main.css").toExternalForm());
      stage.setScene(scene);
      stage.setTitle("GroupingMarker test");
      stage.show();
      protected Node makeEntry(String io, String text, double height, boolean open) {
      BorderPane pane2 = new BorderPane();
      pane2.setSnapToPixel(true);
      Label label2 = new Label(io);
      label2.getStyleClass().add("io-label");
      pane2.setLeft(label2);
      TextArea area2 = new TextArea(text);
      area2.getStyleClass().add("io-content");
      area2.setPrefHeight(height);
      pane2.setCenter(area2);
      GroupingMarker marker2 = new GroupingMarker();
      marker2.setOpen(open);
      pane2.setRight(marker2);
      return pane2;

    The test interfaces are already defined for you - the 3rd party session bean remote/local interfaces.
    It is pretty trivial to create implementations of those interfaces to return the test data from your XML files.
    There are a number of ways to handle the switching, if you have used the service locator pattern, then I would personally slot the logic in to the service locator, to either look up the 3rd party bean or return a POJO test implementation of the interface according to configuration.
    Without the service locator, you are forced to do a little more work, you will have to implement your own test session beans to the same interfaces as the 3rd party session beans.
    You can then either deploy them instead of the 3rd party beans or you can deploy both the test and the 3rd party beans under different JNDI names,and use ejb-ref tags and allow you to switch between test and real versions by changing the ejb-link value.
    Hope this helps.
    Bob B.

  • I have Windows Vista and have tried everything! My Ipod Touch has Malfunctioned and cannot be recognized by Windows or Itunes! When I turn my Ipod on the white apple comes on and the 15 seconds or so after that a thin line comes on the screen above it.

    A thin line appears above the logo then the loading sign pops up and then the whole thing freezes! I read somewhere to hold the home button and then plug in the usb will help it be recognized by Itunes or help to restore it! I tried that it didn't work.I tried uninstalling Itunes and then re-installing it. I have the newest version of Itunes and don't know what else is left to do? can someone please help?
    Thank you for reading!

    Try placing the iPod in recovery mode (I think that is what you were try to do) and then try to restore the iPod.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

Maybe you are looking for

  • Problem with 2 user accounts on one iMac

    There are two user accounts on our home iMac. Both are set as administrators. When my partner accesses the backup drive (Seagate FreeAgent GoFlex), he can open all of the backup files. When I try to access the backup files, there is no access listed

  • Read a text File inside a JAR

    I want to create a plain text file and pack into a JAR file together with my Java Applet such that I can read something inside the flat file as a parameter for the Java Applet. Is that possible to do that? Any sample code?

  • Actionscript 2 and Flash Publish Settings

    Hi Everyone, I have posted a couple questions as of late and received fantastic support from other members (Thanks K-Glad). I do have what I'm assuming to be a basic question however I cannot find an answer for it. I added some login script to a page

  • 数据库补丁问题咨询

    Question: 您好,我有一个关于Oracle补丁的问题想咨询您一下 我查看Oracle数据库时发现已经打了3个补丁 [oracle]$ opatch lsinv Invoking OPatch 10.2.0.4.9 Oracle Interim Patch Installer version 10.2.0.4.9 Copyright (c) 2009, Oracle Corporation. All rights reserved. Oracle Home : /oracle/app/pr

  • Resolution does not match my external HD screen

    I have a 15" MacBook Pro so I created my entire Keynote presentation in a smaller resolution so that it would fit on my 15" Mac. Now when I show it on an HD TV it does not proportionally fit the 16:9 1920x1080 screen size. Is there any way to change