Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADAFC95A0 for ; Sat, 24 Mar 2012 21:09:11 +0000 (UTC) Received: (qmail 97667 invoked by uid 500); 24 Mar 2012 21:09:11 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 97628 invoked by uid 500); 24 Mar 2012 21:09:11 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 97619 invoked by uid 99); 24 Mar 2012 21:09:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2012 21:09:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of msa@schor.com designates 67.18.34.19 as permitted sender) Received: from [67.18.34.19] (HELO gateway08.websitewelcome.com) (67.18.34.19) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2012 21:09:01 +0000 Received: by gateway08.websitewelcome.com (Postfix, from userid 5007) id A8DD71D534606; Sat, 24 Mar 2012 16:08:40 -0500 (CDT) Received: from gator74.hostgator.com (gator74.hostgator.com [184.173.199.208]) by gateway08.websitewelcome.com (Postfix) with ESMTP id 933B01D534590 for ; Sat, 24 Mar 2012 16:08:40 -0500 (CDT) Received: from [24.45.227.47] (port=51030 helo=[192.168.1.104]) by gator74.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1SBYCW-0005yQ-Cn for user@uima.apache.org; Sat, 24 Mar 2012 16:08:40 -0500 Message-ID: <4F6E37D5.1040102@schor.com> Date: Sat, 24 Mar 2012 17:08:37 -0400 From: Marshall Schor User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: Unusable Document Analyzer because of too small font sizes References: <4F6E35A1.4030503@gmail.com> In-Reply-To: <4F6E35A1.4030503@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator74.hostgator.com X-AntiAbuse: Original Domain - uima.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - schor.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ool-182de32f.dyn.optonline.net ([192.168.1.104]) [24.45.227.47]:51030 X-Source-Auth: msa+schor.com X-Email-Count: 3 X-Source-Cap: bWlzY2hvcjttaXNjaG9yO2dhdG9yNzQuaG9zdGdhdG9yLmNvbQ== X-Virus-Checked: Checked by ClamAV on apache.org Hi, can you say what operating system / version etc. you are using which has this issue? -Marshall On 3/24/2012 4:59 PM, Eric Buist wrote: > Hi, > > I am facing this problem more and more often and now it is too much. Each time > I install a new software tool with a GUI, I am stuck with tiny font sizes and > no workaround. This is now happening to me with the Document Analysis tool of > UIMA. I searched a long long time about the topic of increasing font size of > Swing applications, and the requirement is to pull the app apart and change > the source code at many places, customizing how each and every control is > instantiated! This is just total madness. > > The problem is that the UIMA tutorial relies on this GUI tool, not proposing > any fallback such as a text-mode alternative or API calls that would allow to > process documents and format the annotated JCASes. I am thus blocked until I > google around and copy/paste hundreds of lines of codes to get a working basic > text-mode document analysis tool. > > My system font is correct and a bunch of applications such as the terminal > emulator, Eclipse, Emacs, Google Chrome, Thunderbird, etc., have correct font > sizes. But Java Swing applications just ignore system settings. > > I tried simple solutions such as switching the default Swing look and feel > from the cross-platform to GTK: no result. It seems the GTK LAF is non-working > in OpenJDK, the only JVM available in Ubuntu repositories since Oracle bought > Sun. I tried to find a way to tune the look and feel: no solution, except > AGAIN changing the source code of the application. > > Is there any way around this? Any plan for a text-based document analysis tool > or something using an Eclipse plug-in? >