JTabbedPane vertical tab text bottom alignment

In the following example, how can we have the tab component labels ("test" and "test test") bottom aligned ?
Note that it also uses this class: [http://www.camick.com/java/source/VerticalLabelUI.java]
import java.awt.*;
import javax.swing.*;
public class NewJFrame extends JFrame {
    private JTabbedPane pane;
    public NewJFrame() {
        //http://www.camick.com/java/source/VerticalLabelUI.java
        VerticalLabelUI ui = new VerticalLabelUI();
        pane = new JTabbedPane();
        pane.setUI(new MyUI());
        setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
        getContentPane().add(pane, BorderLayout.CENTER);
        setSize(400, 300);
        setLocationRelativeTo(null);
        pane.addTab("tab1", new JLabel("Test1"));
        pane.addTab("tab2", new JLabel("Test2"));
        JLabel labelTab = new JLabel("<html><font color=red>Test");
        labelTab.setUI(ui);
        labelTab.setHorizontalAlignment(SwingConstants.LEFT);
        pane.setTabComponentAt(0, labelTab);
        labelTab = new JLabel("<html><font color=red>Test Test");
        labelTab.setUI(ui);
        labelTab.setHorizontalAlignment(SwingConstants.LEFT);
        pane.setTabComponentAt(1, labelTab);
    public static void main(String args[]) {
        EventQueue.invokeLater(new Runnable() {
            public void run() {
                new NewJFrame().setVisible(true);
}Note that I tried already to override BasicTabbedPaneUI.layoutLabel(), playing around with SwingUtilities.layoutCompoundLabel() text alignment parameters without anything happening on screen.

Note that it also uses this classI have that class, but where to I get MyUI? Anyhow. After commenting out the line I couldn't compile, I could see the problem isn't with where the text is being placed in the label but rather where the label is being positioned on the tab. One way out is for all your labels to have the same preferredSize.height.import darrylbu.plaf.vertical.VerticalLabelUI;
import java.awt.*;
import javax.swing.*;
public class TestJFrame extends JFrame {
  private JTabbedPane pane;
  public TestJFrame() {
    //http://www.camick.com/java/source/VerticalLabelUI.java
    VerticalLabelUI ui = new VerticalLabelUI();
    pane = new JTabbedPane();
    //pane.setUI(new MyUI());
    setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
    getContentPane().add(pane, BorderLayout.CENTER);
    setSize(400, 300);
    setLocationRelativeTo(null);
    pane.addTab("tab1", new JLabel("<html><div align = \"left\"><font color=red>Test</font></div></html>"));
    pane.addTab("tab2", new JLabel("Test2"));
    JLabel[] tabLabels = new JLabel[2];
    tabLabels[0] = new JLabel("<html><font color=red>Test");
    tabLabels[1] = new JLabel("<html><p style = \"text-align:left\"><font color=red>Test Test</font></p></html>");
    int height = 0;
    for (JLabel tabLabel : tabLabels) {
      tabLabel.setUI(ui);
      height = Math.max(height, tabLabel.getPreferredSize().height);
    System.out.println(height);
    for (int i = 0; i < tabLabels.length; i++) {
      tabLabels.setPreferredSize(new Dimension(tabLabels[i].getPreferredSize().width, height));
pane.setTabComponentAt(i, tabLabels[i]);
public static void main(String args[]) {
EventQueue.invokeLater(new Runnable() {
public void run() {
new TestJFrame().setVisible(true);
db

Similar Messages

  • EPub export question -- How to bottom-align a page

    Hi,
    In a printed book, the text on the copyright page is often
    bottom-aligned, so the last line of the copyright info sits on the
    bottom margin of the page.
    I'm wondering if there's any simple way of doing that when exporting to
    ePub. The copryight text is short enough so that it will usually all fit
    on the viewer's screen (unless the screen is very small), and I'm
    looking for a way to have that text bottom-aligned.
    And ideas?
    Thanks,
    Ariel

    Right -- that's what I've been doing -- just a separate page. But it
    bothers me a little, sitting there at the top like that. Maybe it's just
    because I'm so familiar with it at the bottom of a page in a regular book.
    I wonder if there's some way of doing something with a "div" element?

  • Cross Tab export : Excel Data Only - Row headings are *bottom* aligned?

    Hi All,
    Having a problem with Crystal 11 / BOXI.
    I have a Cross Tab working fine that has four Row groupings (labels on the left).
    In Preview mode, it looks as expected. Row #1 label appears on line 1. Row #1 label shows blank on line 2,3,4 etc until it is ready to change.
    The organization of the Row group is further made clear by a nice box that spans multiple rows. The Row label appears at the TOP of this box as you might expect.
    In Excel-Data Only format, there is a problem. (I saved, scheduled, and ran on BO XI Enterprise CMC console.) The Excel file shows the Row 1 labels without any box (that's OK as it is "data only") however the text is bottom aligned. So the first label does not appear until the final row of the grouping.
    Same thing is happening with Row 2, 3 groupings, they are all bottom aligned.
    It's confusing for the users who would expect the Row grouping labels to be all top-aligned.
    I have searched the forums and support site and read all technotes. I also tried several things including:
    Format Field for Row#1 Name, choosing Left/Right/Center horizontal alignment (where is the same for vertical??)
    Within BO Enterprise, try combinations of options under Excel - Data Only : export formatting, maintain relative object position, maintain column alignment, use options saved with report, etc.
    Any ideas? Is there a way to force a top-alignment programmatically, for Excel Data Only output?
    Help appreciated !
    Rob McCauley
    Cognex
    Natick, MA 01760 USA

    I found the answer to this question with help from SAP Support.
    In the Cross-Tab Expert, Customize Style tab, click "Column Totals on Top".
    Then, the Excel Data Only report will show the row titles Top-aligned for the row group.

  • Is it possible to use tabs to right align text in Muse, as you can in InDesign?

    Can I use tabs to right align text in Muse, as you can in InDesign?
    I have a beauty treatment followed by a price and I want to right align the price, keeping the treatment on the left of the text box.
    Thank you!

    For what would typically be a two column tab stop layout, I'd generally use inline text frames and the Wrap panel.
    Put the price in it's own text frame. Then cut and paste the text frame BEFORE the item name so it's an inline text frame within the text frame containing the descriptions.Using the Wrap panel set it to float to the right. Then select it and set the right offset so it floats outside the right side of the original text frame.
    Start with this.
    Cut and paste the text frame at the start of the item paragraph.
    Choose the third icon in the Wrap panel to cause the item to float to the right of the text frame.
    Turn off the lock for the 4 wrap offset values.
    Adjust the right offset to a negative value so the item is outside the text frame to the right (to wherever you want it).
    Repeat the same steps above for the other items.
    Note that once it's set up this way you can freely edit the descriptions or change the width of the original text frame and the prices will adjust accordingly. This will also result in things lining up in the browser even if the text layout engine of a specific browser line breaks the text differently.
    This approach is tedious, but the end result will continue to line up as you make changes in Design view and will line up in every browser/OS/device.
    Someday Muse will support tables, which would be the more natural way to achieve this style of layout on the web. Until then, inline items with wrap is usually the best approach for this type of two column layout.

  • Setting the tab text color in JTabbedPane

    How do I set the text color of tabs? I have to make the text color of one tab to blue and the other tab text color to red. Thanks.

    I tried giving the below but text color is the default it did not change. 'this' is the JTabbedPane. Any other suggessions? Thanks.
    this.setForegroundAt(0,Color.blue);
    this.setForegroundAt(1,Color.red);

  • Vertical tabbed panel with background image

    Hi all,
    I have a working vertical tabbed panel.  For the text that's shown, there's a background image assigned to the associated DIV.
    However...
    The background image that's shown is clipped to the bottom of the text.
    In other words, if I have 3 lines of text, the bottom of the background image only goes as far down as the bottom line of text.  In order to show the entire image, I have to put in a lot of </ br> tags for "empty" text, not a very good approach.
    More of the backgound will show if I increase the text text size via the browser.
    To try to describe this more accurately,
    Let's say I have a background image that's 600 px in height, but the lines of text only measure to 400px.  That means that the bottom 200 px of the image doesn't show, unless I add more lines of text.
    Hoping someone has an answer!
    Thanks,
    Jerry

    Gramps,
    Again, thanks for your time.  While we're now full time commercial photographers (http://www.jerryandlois.com), I was a software engineer for some 20+ years in an earlier life, all on the application side of things.  Not really any appreciable time with website stuff.
    There are a few more tech/how-to questions I have that are specific to CSS, in terms of polishing up the small site I'm working on.  However these are not SPRY related, unless SPRY can solve this for me.
    In particular, suppose I have a large block with a background image and a body of text.  I want to ensure the text wraps around the image, rather than being a complete overlay where the text can collide with the main body of the photo.
    Example:
    http://jerryandloisstudios.com/about.html
    The issue is that the text is resizable, by design of course.  Is there any way to manage these two elements (text and image) so they get along the right way?  We want the text to overlay some of the image, but only on the periphery, if that makes sense.  So far, the only solution I've seen is to keep the text formatted roughly in a column so that if its size increases all will still be OK.  But...  artistically that just doesn't look right.
    If you're up for it, I'd certainly welcome a private email thread, unless others can also benefit from the rather newbie questions I'm raising:  [email protected]
    Again, thank you for your help!!!
    Jerry

  • How to make the basic graphics frame VerticalJustification as bottom align?

    Hi:
    In indesigne CS3 script, how to make the basic graphics frame
    VerticalJustification as bottom align?
    Thanks in advance.

    Vertical justification applies to text frames, not to graphic frames.
    Peter

  • Why is everything defaulting to bottom align?

    Working in a file I inherited from a client, and all text boxes seem to be defaulting to bottom align.  Even boxes i drag out of the library that are top aligned, suddenly become bottom aligned in the new document.  The original file didn't seem to be doing this, and I don't see any global setting that would be causing this. I'm in version 9.1
    Any ideas? Its driving me crazy.

    With nothing selected, press Cmd/Ctrl+B to open the Text Frame Options dialog. In the Vertical Justification section, set Align: Top, (assuming Top is what you want). This won't change any pre-existing frames, but all subsequent ones should default to what ever you set.
    If there are pre-existing frames you want to change, select them and do the same.

  • Horizontal Tabbed Panel Inside Vertical Tabbed Panel

    Hello!
    I am new to web coding and in dreamweaver I would like to place a horizontal spry tabbed panel as the content of a vertical spry tabbed panel.  I guess you could call it a nesting a tabbed panel.  However, when I place the horizontal panel in the content area, it takes the form of a vertical panel.  Any thoughts?
    Here is a live page of the issue: http://andrewpapp.com/baseballprofile.html
    and here is the code:
    http://www.andrewpapp.com/html.txt

    Hi Newbie,
    I say this through gritted teeth because I think you have done far better than just a newbie, even to the extent that you have given correct advice to Jennigje Galama.
    To get to your problem, have a look at the following example
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
    <style>
    .HTabbedPanels .TabbedPanels {
         margin: 0px;
         padding: 0px;
         float: left;
         clear: none;
         width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
    .HTabbedPanels .TabbedPanelsTabGroup {
         margin: 0px;
         padding: 0px;
    .HTabbedPanels .TabbedPanelsTab {
         position: relative;
         top: 1px;
         float: left;
         padding: 4px 10px;
         margin: 0px 1px 0px 0px;
         font: bold 0.7em sans-serif;
         background-color: #DDD;
         list-style: none;
         border-left: solid 1px #CCC;
         border-bottom: solid 1px #999;
         border-top: solid 1px #999;
         border-right: solid 1px #999;
         -moz-user-select: none;
         -khtml-user-select: none;
         cursor: pointer;
    .HTabbedPanels .TabbedPanelsTabHover {
         background-color: #CCC;
    .HTabbedPanels .TabbedPanelsTabSelected {
         background-color: #EEE;
         border-bottom: 1px solid #EEE;
    .HTabbedPanels .TabbedPanelsTab a {
         color: black;
         text-decoration: none;
    .HTabbedPanels .TabbedPanelsContentGroup {
         clear: both;
         border-left: solid 1px #CCC;
         border-bottom: solid 1px #CCC;
         border-top: solid 1px #999;
         border-right: solid 1px #999;
         background-color: #EEE;
    .HTabbedPanels .TabbedPanelsContent {
         padding: 4px;
    .HTabbedPanels .TabbedPanelsContentVisible {
    </style>
    </head>
    <body>
    <div id="TabbedPanels1" class="VTabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">
             <div id="TabbedPanels2" class="HTabbedPanels">
               <ul class="TabbedPanelsTabGroup">
                 <li class="TabbedPanelsTab" tabindex="0">Tab 1.1</li>
                 <li class="TabbedPanelsTab" tabindex="0">Tab 1.2</li>
               </ul>
               <div class="TabbedPanelsContentGroup">
                 <div class="TabbedPanelsContent">Content 1.1</div>
                 <div class="TabbedPanelsContent">Content 1.2</div>
               </div>
             </div>
        </div>
        <div class="TabbedPanelsContent">
             <div id="TabbedPanels3" class="HTabbedPanels">
               <ul class="TabbedPanelsTabGroup">
                 <li class="TabbedPanelsTab" tabindex="0">Tab 2.1</li>
                 <li class="TabbedPanelsTab" tabindex="0">Tab 2.2</li>
               </ul>
               <div class="TabbedPanelsContentGroup">
                 <div class="TabbedPanelsContent">Content 2.1</div>
                 <div class="TabbedPanelsContent">Content 2.2</div>
               </div>
             </div>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    var TabbedPanels2 = new Spry.Widget.TabbedPanels("TabbedPanels2");
    var TabbedPanels3 = new Spry.Widget.TabbedPanels("TabbedPanels3");
    </script>
    </body>
    </html>
    What the vertical tabs does, is override the style rules of the normal (horizontal) tabs. Thats OK, but if we then want horizontal tags, we must resurrect the orginal style rules. We must also make sure that we choose the selectors carefully unless we want to rewrite the JavaScript file.
    I think the above approach is probably the best,
    Keep up the good work.
    Gramps

  • Bottom align menu on public site using CSS

    I am working on the design of a public site and am attempting to get the navbar menu to bottom align so that it sits neatly
    on top of the content zone below and is bottom aligned with my logo.  I'd like to accomplish this using CSS.  You can see the public site here to get an idea of what I'm trying to accomplish: www.threebearsrealty.com
    I've already determined that I can use the css below to align the logo and text on top of the slider zone, but it then cuts off the top of the logo.
    .navbar-header {margin-top: -60px !important;} //aligns logo and txt and menu, but cuts off top of the logo

    Hi,
    According to your description, you might want to bottom align the logo and the navigation menu without cutting off the top of the logo.
    As a workaround, you can set the “margin-top” attribute of the navigation menu to lower it to align the logo.
    You can apply a CSS rule(this highlighted part in yellow) like this and the page would look as below:
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Trying to bottom align a formula field column header

    Hello, I am using CR 2008 and Edge 3.1.  I have 5 formula column headers that are designed to hold four lines of text with 10 characters per line with the font that we have chosen.  The text for each column heading comes from a parameter field.  I am trying to bottom align the text and it works in CR 2008 but when I load the report into the Enterprise and run it I do not get the same results.  Here is my code for the Column 1 Header:
    If length({?Col1 Header}) > 30 Then
        formula = {?Col1 Header}
    ElseIf length({?Col1 Header}) > 20 Then
        formula = Chr(13) + {?Col1 Header}
    ElseIf length({?Col1 Header}) > 10 Then
        formula =  Chr(13) + Chr(13) + {?Col1 Header}
    Else
        formula = Chr(13) + Chr(13) + Chr(13) + {?Col1 Header}
    End If
    I have the same formula for all 5 columns except the other 4 are reading their respective column prompt, ie: {?Col2 Header} for column 2. I changed the number of returns for testing purposes in columns 2, 3 and 4 to step up what was printed in each column.  So I put the same thing in each column header: Qtr 4 2009.  When I print in CR 2008 column 1 prints in the desired location, at the bottom of the formula field, the fourth line.  I changed the code in column 2 by taking away one of the carriage returns from the Else part of the code and the text prints on the third line as it should.  In column three I took away another carriage return from the Else part and the text prints on line two and with no carriage returns in the Else part of the code in column 4 the text prints at the top of the field.  Exactly what I want.
    What happens when I save the report in the Enterprise and run it is that columns 2, 3 and 4 have the desired results but there is nothing in column header 1.  I have absolutely no idea of how to fix this because it runs as desired locally.
    Does anybody have any ideas?  Any help would be greatly appreciated.

    Carl,
    The report is being created from a VS .NET 2005 program that scedules the report to run immediately.  I just use Infoview to look at the report after it has finished running.  Here is the part of the VS code that tells it how to print:
    Dim rfo As ReportFormatOptions = myreport.ReportFormatOptions
            rfo.Format = CeReportFormat.ceFormatPDF
            rfo.PDFFormat.ExportAllPages = True
            query = "SELECT SI_DEST_SCHEDULEOPTIONS, SI_PROGID FROM CI_SYSTEMOBJECTS " & _
                "WHERE SI_PARENTID=29 AND SI_NAME='CrystalEnterprise.DiskUnmanaged'"
            Dim destinationInfoObjects As InfoObjects = myInfoStore.Query(query)
            myInfoObject = destinationInfoObjects(1)
            Dim destinationPlugIn As DestinationPlugin = CType(myInfoObject, DestinationPlugin)
            Dim diskUnmanaged As DiskUnmanaged = CType(destinationPlugIn, DiskUnmanaged)
            Dim destinationOptions As DestinationOptions = diskUnmanaged.ScheduleOptions
            Dim diskUnmanagedOptions As New DiskUnmanagedOptions(destinationOptions)
            Dim strFile As String = "E:\BOBJ Reports\" & Environment.UserName.ToString & "\"
            strFile = strFile & strDeptName & ".pdf"
            diskUnmanagedOptions.DestinationFiles.Add(strFile)
            mySchedulingInfo.Destination.SetFromPlugin(diskUnmanaged)
            myInfoStore.Schedule(myInfoObjects)
            myEnterpriseSession.Logoff()
            myEnterpriseSession.Dispose()
    I went into InfoView though and looked at how you did it above.  When I go to Format->Format Options I do not have an "Adobe Acrobat" option.  I have twelve options, one of which is "PDF".
    Under Print Settings I could not find a "None" option anywhere no matter which of the radio buttons, checkboxes or listboxes that I chose.
    Do I need to add Adobe Acrobat/Adobe PDF as a printer option in Edge somewhere or is my only option always going to be "PDF"?

  • How to get text to align to the very top of a DIV?

    How to get text to align to the very top of a DIV?
    There is a gap at the top. I am using in this example H1 and
    a paragraph tag.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Text Alignment</title>
    <style type="text/css">
    body {
    background-color: #4a7186;
    p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
    margin: 0px;
    padding: 0px;
    h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
    margin: 0px;
    padding: 0px;
    #box1 {
    width: 450px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    padding: 0px;
    margin-bottom: 0px;
    #box2 {
    width: 300px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    padding: 0px;
    margin-bottom: 0px;
    </style>
    </head>
    <body>
    <div id="box1">
    <h1>Lorem ipsum H1</h1>
    </div>
    <div id="box2">
    <p>Lorem ipsum P</p>
    </div>
    </body>
    </html>

    <h1 style="margin-top:0;">Lorem ipsum H1</h1>
    It's a margin issue in SOME browsers.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "davidhelp" <[email protected]> wrote in
    message
    news:gpbg8q$8c6$[email protected]..
    > How to get text to align to the very top of a DIV?
    > There is a gap at the top. I am using in this example H1
    and a paragraph
    > tag.
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>Text Alignment</title>
    > <style type="text/css">
    > body {
    > background-color: #4a7186;
    > }
    > p {
    > font-family: Georgia, "Times New Roman", Times, serif;
    > font-size: 2em;
    > margin: 0px;
    > padding: 0px;
    > }
    >
    >
    >
    > h1 {
    > font-family: Georgia, "Times New Roman", Times, serif;
    > font-size: 3em;
    > margin: 0px;
    > padding: 0px;
    > }
    >
    > #box1 {
    > width: 450px;
    > background-color: #FFFFFF;
    > margin-right: auto;
    > margin-left: auto;
    > margin-top: 30px;
    > padding: 0px;
    > margin-bottom: 0px;
    > }
    >
    > #box2 {
    > width: 300px;
    > background-color: #FFFFFF;
    > margin-right: auto;
    > margin-left: auto;
    > margin-top: 30px;
    > padding: 0px;
    > margin-bottom: 0px;
    > }
    > </style>
    > </head>
    >
    > <body>
    >
    > <div id="box1">
    > <h1>Lorem ipsum H1</h1>
    > </div>
    >
    > <div id="box2">
    > <p>Lorem ipsum P</p>
    > </div>
    >
    > </body>
    > </html>
    >
    >

  • I can no longer access vertical tabs

    I love vertical tabs as I frequently navigate between 30 - 50 tabs. This is impossible with horizontal tabs. Please can you let me know why vertical tabs is no longer accessible. The Tree Style tabs doesn't work with Firefox 5. I can see no advantage to Firefox 5
    Firefox is my working space. It is really discouraging to lose a facility without any explanation or replacement.
    PLEASE bring back vertical tab

    I keep some pictures in the picture files and they show up.  The photos that I used to keep in iPhoto (which disappeared on upgrade) are not accessible in word.  If you click on photo the file location (in Word) looks for iPhoto and comes up blank.  If you try to enter the file location for "Photos" which is pictures/photolibrary this is greyed out and not accessible.  The only way I have been able to do it is export the photos to a folder and choose the file.  This is a pain.

  • Is it possible to get the my searchengines back vertical with text as it always was, instead of seeing only the icons ?

    in the menu bar at the top, there's the search bar. I have a lot of searchengines, and they show up when you press on the magnifying glass.
    however since the latest update i guess. I only see the icons of my searchengines.
    Is it possible to get them back vertically with text on the right of the icons. because i had them arranged in a specific order and knew exactly where the click when i performed a specific search.
    now with only icons, it is more difficult because i have to hover over them to see the text which icon wich searchengine is.
    so, i hope i can get them back to show up vertically :) with accompanied text.
    best regards, dinny
    image : http://dinny.be/ff/dit.jpg

    That is the new Search Bar scheme which was introduced in Firefox 34, back in early December.
    You can revert to the former scheme like this.
    Open up '''about:config''' ''(typed in the Location Bar)''
    Right-click and toggle this preference to '''''false'''''
    '''browser.search.showOneOffButtons'''
    Then restart Firefox.

  • Entering Vertical Japanese text in Indesign CS5

    Can anyone point me in the direction of a plugin that will allow me to use the Western European version of ID CS5 to set vertical Japanese text? I don't need to do this very often and the texts are always short (a few lines only), so I can't justify investing in the Japanese version of Indesign.
    I'm sure this has been discussed before, but a search of the forum yields nothing.
    Thanks in advance for your help,
    Piers

    Thanks Peter. That was the thread I was remembering. I downloaded the CS2 template referred to in the messages. It converted to CS5 and worked flawlessly. Saved me hours of messing around.
    Piers

Maybe you are looking for