Search:

Type: Posts; User: cnmeysam

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: rtl (right to left) system tray popup menu items

    i find solution
    use this libraris



    import java.awt.ComponentOrientation;
    import java.awt.EventQueue;
    import java.awt.GraphicsConfiguration;
    import java.awt.GraphicsDevice;
    import...
  2. [SOLVED] Re: rtl (right to left) system tray popup menu items

    In some languages, such as English, the text Start from left to right, but in some languages, such as Arabic or Persian, the text starts from right to left. For example in the text box we use this...
  3. [SOLVED] Re: rtl (right to left) system tray popup menu items

    This code creates an icon in the system tray after minimizing and that icon has 2 menus
    I want the menus to be right-aligned and have an icon back to each menu
    But I did not find the code to do this
  4. [SOLVED] Re: rtl (right to left) system tray popup menu items

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.JFrame;
    import javax.swing.UIManager;



    public class HideToSystemTray extends JFrame{
    TrayIcon trayIcon;
    SystemTray...
  5. [SOLVED] Re: rtl (right to left) system tray popup menu items

    https://filebin.net/kjon07425x38shil/tryicon.rar?t=vb0k2p2m

    this is compiled but menu items don't get right to left
  6. [SOLVED] Re: rtl (right to left) system tray popup menu items

    This is all code, just change pic name to your picture (pic/kabe.jpg) and call HideToSystemTray(); in a button you to execute the code
    The code executes correctly but i can't find set icon and set...
  7. [SOLVED] Re: rtl (right to left) system tray popup menu items

    i can't set right to left MenuItem in system try or add icon for them
  8. [SOLVED] rtl (right to left) system tray popup menu items

    How I can arrange the menu items in the system tray rtl?




    TrayIcon trayIcon;
    SystemTray tray;

    Image getIcon() {
    return...
Results 1 to 8 of 8